Skip to content

Commit

Permalink
Rename copy_lib.sh to make_symlink.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ippee committed Jul 16, 2021
1 parent 7b624f5 commit 0a48189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cargo build
New-Item -Type SymbolicLink ../../libclipboard.dll -Value ./target/debug/libclipboard.dll

# on macOS/Linux
bash ./copy_lib.sh
bash ./make_symlink.sh
```

### Case B: Use the existing build files
Expand Down
File renamed without changes.

0 comments on commit 0a48189

Please sign in to comment.