Update README.md

This commit is contained in:
Anna “CyberTailor” 2023-05-02 19:21:43 +05:00
parent f1253a54ff
commit 83c1c131b4
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 4 additions and 6 deletions

View File

@ -34,14 +34,9 @@ Dependencies
**nimbus** only generates `build.ninja` files, so you'll need [ninja][ninja]
or [samurai][samurai] to use it.
If you want depfile support (`--useDepfile` flag), build Nim with my
[nim-patches][nim-patches].
[ninja]: https://ninja-build.org/
[samurai]: https://github.com/michaelforney/samurai
[nim-patches]: https://git.sysrq.in/nim-patches/
Installing
----------
@ -52,7 +47,10 @@ Installing
* Using just Nim compiler:
`nim c src/nimbus`
```sh
nim c src/nimbus
nim c src/txt2deps
```
Testing