From 0a481897086202dae83bd97d758dc07dfbfe3285 Mon Sep 17 00:00:00 2001 From: ippee Date: Fri, 16 Jul 2021 12:07:48 +0900 Subject: [PATCH] Rename copy_lib.sh to make_symlink.sh. --- README.md | 2 +- copy_lib.sh => make_symlink.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename copy_lib.sh => make_symlink.sh (100%) 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