Merge pull request #3194 from psypherium/patch-2

minor Update README.md
This commit is contained in:
Deve 2018-04-15 20:17:15 +02:00 committed by GitHub
commit 32acae7507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,8 @@ STK can then be run from the build directory with `bin/supertuxkart`
To recompile the latest code without redownloading the entire source, first run the ```svn up``` command inside the 'stk-assets' directory, then run the following commands inside the 'stk-code' directory:
```git pull
```bash
git pull
cd cmake_build
cmake ..
make -j4