Updated Compile and install on linux (markdown)

Jonas Kvinge 2021-07-18 14:14:51 +02:00
parent 0e73665592
commit b3634b60ec
1 changed files with 3 additions and 1 deletions

@ -3,4 +3,6 @@
cd build
cmake ../strawberry
make -j$(nproc)
sudo make install
sudo make install
(If you already did `git clone`, do `git pull` to make sure you have the latest code).