diff options
-rw-r--r-- | readme.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/readme.md b/readme.md index 44570880a..1b1e668fd 100644 --- a/readme.md +++ b/readme.md @@ -52,14 +52,14 @@ of ``sh build.sh`` you should substitute ``build.bat`` on x86 Windows or ``build64.bat`` on x86_64 Windows): ``` -$ git clone https://github.com/nim-lang/Nim.git -$ cd Nim -$ git clone --depth 1 https://github.com/nim-lang/csources.git -$ cd csources -$ sh build.sh -$ cd ../ -$ bin/nim c koch -$ ./koch boot -d:release +git clone https://github.com/nim-lang/Nim.git +cd Nim +git clone --depth 1 https://github.com/nim-lang/csources.git +cd csources +sh build.sh +cd ../ +bin/nim c koch +./koch boot -d:release ``` Finally, once you have finished the build steps (on Windows, Mac or Linux) you |