summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-01-09 15:57:53 +0900
committerRyo Nakamura <upa@haeena.net>2023-01-09 15:57:53 +0900
commit44b21994b5032db09cd2c07db4f9b0e495ac0dfb (patch)
tree7d41e2c02482ecd09ec7c9acd8ed62f524a7fea1 /README.md
parentc18fb6996fb66c0b8fc22684040dc7c3020f6b76 (diff)
fix typo on README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 797c1ad..23b00dd 100644
--- a/README.md
+++ b/README.md
@@ -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: