fix typo on README

This commit is contained in:
Ryo Nakamura
2023-01-09 15:57:53 +09:00
parent c18fb6996f
commit 44b21994b5

View File

@@ -62,7 +62,7 @@ patch -d libssh -p1 < patch/libssh-0.10.4.patch
bash ./scripts/install-build-deps.sh
# configure mscp
mkdir build && mv build
mkdir build && cd build
cmake ..
# in macOS, you may need OPENSSL_ROOT_DIR for cmake: