From 8341c3657e09b6360041d26d9eca8a920d33ca81 Mon Sep 17 00:00:00 2001 From: Psypherium Date: Mon, 16 Apr 2018 02:59:56 +1000 Subject: [PATCH] minor Update README.md Refine syntax to match protocol moved one line back into code fence. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43dcc594b..2996aa843 100644 --- a/README.md +++ b/README.md @@ -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