docs: update build steps

This commit is contained in:
Anna “CyberTailor” 2023-11-25 13:39:31 +05:00
parent f002d84823
commit 9597fe7c4a
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
2 changed files with 9 additions and 8 deletions

View File

@ -47,7 +47,7 @@ Installing
`nimble install`
* Using just Nim compiler:
* Using just Nim compiler (expert):
```sh
nim c src/nimbus

View File

@ -37,16 +37,17 @@ Other distributions
Manual installation
-------------------
Using Nim:
Using Nimble:
.. prompt:: bash
nimble install https://git.sysrq.in/nimbus
Using Nim (expert):
.. prompt:: bash
git clone https://git.sysrq.in/nimbus
cd nimbus
nim c src/nimbus
Using Nimble:
.. prompt:: bash
nimble install https://git.sysrq.in/nimbus
nim c src/txt2deps