diff options
author | Ryo Nakamura <upa@haeena.net> | 2022-12-26 15:33:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-26 15:33:34 +0900 |
commit | e56336286a14e0dbdfcd781e33c84748464b7315 (patch) | |
tree | cb50ee0ad2e6492d00ebfb761b47731177d4193c /README.md | |
parent | e56c2d7050631652f91b5189e3d0e5b3aebf26a1 (diff) |
update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# mscp +# mscp: multi-threaded scp [](https://github.com/upa/mscp/actions/workflows/build-ubuntu.yml) [](https://github.com/upa/mscp/actions/workflows/build-macos.yml) [](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 |