diff --git a/Building-for-Linux.md b/Building-for-Linux.md index ff0b488..18329dd 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -35,7 +35,7 @@ The `--recursive` option automatically clones the required Git submodules too. ``` mkdir build && cd build -cmake .. +cmake ../ make sudo make install (currently doesn't work, needs to be fixed) ```