diff --git a/README.md b/README.md index be42c72..dfed521 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/copy_lib.sh b/make_symlink.sh similarity index 100% rename from copy_lib.sh rename to make_symlink.sh