From 3813d39ed44420ae775beb182d3ca4aad9564759 Mon Sep 17 00:00:00 2001 From: ippee Date: Thu, 29 Jul 2021 21:54:23 +0900 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28caa52..f9ab40a 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,21 @@ A dynamic library to operate clipboard, for [ippee / dart_clipboard](https://git ## Installation +Select either method A or B. + ### A: Use the existing build files On your Dart project directory, run the following commands. ```shell # on Windows -curl -sLJO https://github.com/ippee/libclipboard/releases/download/0.1.0/libclipboard.dll +curl -LJO https://github.com/ippee/libclipboard/releases/download/0.2.0/libclipboard.dll # on macOS -curl -sLJO https://github.com/ippee/libclipboard/releases/download/0.1.0/libclipboard.dylib +curl -LJO https://github.com/ippee/libclipboard/releases/download/0.2.0/libclipboard.dylib # on Linux -curl -sLJO https://github.com/ippee/libclipboard/releases/download/0.1.0/libclipboard.so +curl -LJO https://github.com/ippee/libclipboard/releases/download/0.2.0/libclipboard.so ``` ### B: Use your own build files