aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e087d78e..b12f9a62 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Run these commands:
58 58
59 mkdir build 59 mkdir build
60 cd build 60 cd build
61 cmake -DCMAKE_BUILD_TYPE=Release .. 61 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc ..
62 make 62 make
63 sudo make install 63 sudo make install
64 64