diff options
author | Tristan B. Kildaire <deavmi@disroot.org> | 2017-09-11 09:11:55 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-11 09:11:55 +0200 |
commit | 3c870d3bb9791850bb76c5db339ac989f9f83bcf (patch) | |
tree | 37e7f8d9fe0f14575e4d7f8a845f95a6be5526e5 /readme.md | |
parent | 80b61a994609f15e6580844e26b092ebf34d5c87 (diff) | |
download | Nim-3c870d3bb9791850bb76c5db339ac989f9f83bcf.tar.gz |
remove stupid shell dollar signs that make copypasta hard (#6354)
Diffstat (limited to 'readme.md')
-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 |