Updated Getting Started (markdown)

This commit is contained in:
Dennis Felsing 2015-02-03 09:01:24 +01:00
parent b6602d15d4
commit 9d7909fc98
1 changed files with 4 additions and 4 deletions

View File

@ -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`