Updated Getting Started (markdown)
This commit is contained in:
parent
b6602d15d4
commit
9d7909fc98
|
@ -1,8 +1,8 @@
|
||||||
To get the source code you need either of these:
|
To get the source code you need either of these:
|
||||||
|
|
||||||
* A working web browser + tar(or equivalent): https://github.com/Araq/Nimrod/tarball/master
|
* A working web browser + tar(or equivalent): https://github.com/Araq/Nim/tarball/master
|
||||||
* wget + tar: `wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"`
|
* wget + tar: `wget --no-check-certificate "https://github.com/Araq/Nim/tarball/master"`
|
||||||
* git: `git clone --depth 1 git://github.com/Araq/Nimrod.git`
|
* git: `git clone --depth 1 git://github.com/Araq/Nim.git`
|
||||||
|
|
||||||
### Bootstrapping
|
### Bootstrapping
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ After downloading the source (and extracting it), you need to extract build/csou
|
||||||
|
|
||||||
### Nimble
|
### 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.
|
* Download the source from https://github.com/nim-lang/nimble using one of the above methods.
|
||||||
* `nim c nimble`
|
* `nim c nimble`
|
||||||
* `ln -s $PWD/nimble /home/user/bin`
|
* `ln -s $PWD/nimble /home/user/bin`
|
||||||
|
|
Loading…
Reference in New Issue