diff options
-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 |