summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2022-12-26 15:33:34 +0900
committerGitHub <noreply@github.com>2022-12-26 15:33:34 +0900
commite56336286a14e0dbdfcd781e33c84748464b7315 (patch)
treecb50ee0ad2e6492d00ebfb761b47731177d4193c /README.md
parente56c2d7050631652f91b5189e3d0e5b3aebf26a1 (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b40515c..797c1ad 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# mscp
+# mscp: multi-threaded scp
[![build on ubuntu](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [![build on macOS](https://github.com/upa/mscp/actions/workflows/build-macos.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/build-macos.yml) [![test](https://github.com/upa/mscp/actions/workflows/test.yml/badge.svg)](https://github.com/upa/mscp/actions/workflows/test.yml)
@@ -65,8 +65,8 @@ bash ./scripts/install-build-deps.sh
mkdir build && mv build
cmake ..
-## in macOS, you may need OPENSSL_ROOT_DIR for cmake:
-cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
+# in macOS, you may need OPENSSL_ROOT_DIR for cmake:
+# cmake .. -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl@1.1
# build
make