diff --git a/Getting-Started.md b/Getting-Started.md index aa2112a..1387f71 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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