diff --git a/Compile-and-install-on-linux.md b/Compile-and-install-on-linux.md index b22be8c..8d8d01c 100644 --- a/Compile-and-install-on-linux.md +++ b/Compile-and-install-on-linux.md @@ -3,4 +3,6 @@ cd build cmake ../strawberry make -j$(nproc) - sudo make install \ No newline at end of file + sudo make install + +(If you already did `git clone`, do `git pull` to make sure you have the latest code). \ No newline at end of file