script without leading characters
This commit is contained in:
parent
fcc73afa84
commit
671dcb4522
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue