From 081f6986bb3f3a2bc239cdc231fc2211fbea8524 Mon Sep 17 00:00:00 2001 From: dom96 Date: Sat, 20 Dec 2014 11:59:25 -0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index b527641..2187975 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -9,10 +9,10 @@ To get the source code you need either of these: After downloading the source (and extracting it), you need to extract build/csources.zip then you can bootstrap with: * `./build.sh` or `build.bat` (Windows) -* `nimrod c koch` +* `nim c koch` * `koch boot [-d:release]` -* Put Nimrod on your PATH - * For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin` +* Put Nim on your PATH + * For Linux, you only need a symlink: `ln -s $PWD/bin/nim /home/user/bin` ### Nimble