script without leading characters

This commit is contained in:
Christopher Dunn 2015-05-14 14:43:40 -07:00
parent fcc73afa84
commit 671dcb4522
1 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,16 @@ After downloading the source (and extracting it), you need to extract build/csou
* Put Nim on your PATH
* For Linux, you only need a symlink: `ln -s $PWD/bin/nim /home/user/bin`
#### A simple script
```
git clone git://github.com/Araq/Nim.git
cd Nim
git clone --depth 1 git://github.com/nim-lang/csources
cd csources && sh build.sh
cd ..
bin/nim c koch
./koch boot -d:release
```
### Nimble
Nimble is Nim's package manager