Clarify install instructions to mention koch.
This commit is contained in:
parent
c37420d507
commit
297d3651ae
1 changed files with 8 additions and 4 deletions
|
|
@ -76,12 +76,12 @@ But in case you still want to install Nimble manually, you can follow the
|
||||||
following instructions.
|
following instructions.
|
||||||
|
|
||||||
There are two ways to install Nimble manually. The first is using the
|
There are two ways to install Nimble manually. The first is using the
|
||||||
``install_nimble.nims`` script included in the Nim distribution and
|
``koch`` tool included in the Nim distribution and
|
||||||
[repository](https://github.com/nim-lang/Nim/blob/devel/install_nimble.nims).
|
[repository](https://github.com/nim-lang/Nim/blob/devel/koch.nim).
|
||||||
Simply execute this to install Nimble.
|
Simply execute the following command to compile and install Nimble.
|
||||||
|
|
||||||
```
|
```
|
||||||
nim e install_nimble.nims
|
./koch nimble
|
||||||
```
|
```
|
||||||
|
|
||||||
This will clone the Nimble repository, compile Nimble and copy it into
|
This will clone the Nimble repository, compile Nimble and copy it into
|
||||||
|
|
@ -765,6 +765,10 @@ flag to the file ```src/nimble.nim.cfg```.
|
||||||
After that, you can run ```src/nimble install``` and overwrite the existing
|
After that, you can run ```src/nimble install``` and overwrite the existing
|
||||||
installation.
|
installation.
|
||||||
|
|
||||||
|
* ``Error: ambiguous identifier: 'version' --use nimscriptapi.version or system.version``
|
||||||
|
|
||||||
|
Make sure that you are running at least version 0.16.0 of Nim (or the latest nightly).
|
||||||
|
|
||||||
## Repository information
|
## Repository information
|
||||||
|
|
||||||
This repository has two main branches: ``master`` and ``stable``.
|
This repository has two main branches: ``master`` and ``stable``.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue