remove stupid shell dollar signs that make copypasta hard (#6354)

This commit is contained in:
Tristan B. Kildaire
2017-09-11 09:11:55 +02:00
committed by Andreas Rumpf
parent 80b61a9946
commit 3c870d3bb9

View File

@@ -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