Updated Compiling on Fedora (markdown)

Jonas Kvinge 2020-08-12 21:56:51 +02:00
parent 7edead3bfc
commit e8e57b1204
1 changed files with 1 additions and 1 deletions

@ -17,5 +17,5 @@ Compile:
mkdir build
cd build
cmake ..
make -j8
make -j$(nproc)
sudo make install