mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-13 06:43:52 +00:00
remove stupid shell dollar signs that make copypasta hard (#6354)
This commit is contained in:
committed by
Andreas Rumpf
parent
80b61a9946
commit
3c870d3bb9
16
readme.md
16
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
|
||||
|
||||
Reference in New Issue
Block a user