diff --git a/Building-for-Linux.md b/Building-for-Linux.md index bd08372..e56aa0c 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -12,7 +12,7 @@ ## Building 1. `mkdir build && cd build` -2. `cmake .. +2. `cmake ..` 3. `make` It's strongly recommended to perform a global installation via `sudo make install`.