summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-27 18:27:31 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-27 18:27:31 +0100
commit792c39d304d567eaea039009eeb2f655848abbc3 (patch)
tree7be90ced903cd6dc3d6dd56da24428b2b63a1dbe /README.md
parentDon't send useless formatted_bodies (diff)
downloadnheko-792c39d304d567eaea039009eeb2f655848abbc3.tar.xz
fix typo in build command in 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 7c06daeb..49ec50ae 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,7 @@ cmake --build build
 To use bundled dependencies you can use hunter, i.e.:
 
 ```bash
-cmake -H. -Bbuild -DHUNTER_ENABLED=ON -DCMAKE_BUILD_TYPE=OFF -DUSE_BUNDLED_OPENSSL=OFF
+cmake -H. -Bbuild -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=OFF
 cmake --build build --config Release
 ```