From 9d7909fc98fc3da1bb6af6f6ff1e0cbf79610910 Mon Sep 17 00:00:00 2001 From: Dennis Felsing Date: Tue, 3 Feb 2015 09:01:24 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 2187975..aa2112a 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -1,8 +1,8 @@ To get the source code you need either of these: -* A working web browser + tar(or equivalent): https://github.com/Araq/Nimrod/tarball/master -* wget + tar: `wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"` -* git: `git clone --depth 1 git://github.com/Araq/Nimrod.git` +* A working web browser + tar(or equivalent): https://github.com/Araq/Nim/tarball/master +* wget + tar: `wget --no-check-certificate "https://github.com/Araq/Nim/tarball/master"` +* git: `git clone --depth 1 git://github.com/Araq/Nim.git` ### Bootstrapping @@ -16,7 +16,7 @@ After downloading the source (and extracting it), you need to extract build/csou ### Nimble -Nimble is Nimrod's package manager +Nimble is Nim's package manager * Download the source from https://github.com/nim-lang/nimble using one of the above methods. * `nim c nimble` * `ln -s $PWD/nimble /home/user/bin`