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