minor Update README.md

Refine syntax to match protocol
moved one line back into code fence.
This commit is contained in:
Psypherium 2018-04-16 02:59:56 +10:00 committed by GitHub
parent 50e433afca
commit 8341c3657e
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