summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 67ece05a..1a1f84dc 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Run these commands:
49 49
50 mkdir build 50 mkdir build
51 cd build 51 cd build
52 cmake .. 52 cmake -DCMAKE_BUILD_TYPE=Release ..
53 make 53 make
54 sudo make install 54 sudo make install
55 55