Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ippee committed Jul 29, 2021
1 parent 6fca3f9 commit 3813d39
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3813d39

Please sign in to comment.