aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dab9b28..3538b12 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ git clone --recursive https://invent.kde.org/rolisteam/rolisteam-diceparser.git
cd rolisteam-diceparser
mkdir build
cd build
-cmake ../
+cmake ../ -DBUILD_CLI=ON
make
sudo make install
-``` \ No newline at end of file
+```