From 671dcb4522a9c528b9e00a2c2fa5a268cbb09bfe Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Thu, 14 May 2015 14:43:40 -0700 Subject: [PATCH] script without leading characters --- Getting-Started.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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