docs: update README
This commit is contained in:
12
README.md
12
README.md
@@ -1,10 +1,18 @@
|
|||||||
## Nimpro
|
## Nimproj
|
||||||
|
|
||||||
A little template for Nim projects.
|
A little template for Nim projects.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
This project uses [nimble](https://github.com/nim-lang/nimble#readme), in order to run the project use:
|
||||||
|
|
||||||
|
```
|
||||||
|
nimble run
|
||||||
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
In order to test the project run:
|
To test the project run:
|
||||||
|
|
||||||
```
|
```
|
||||||
nimble test
|
nimble test
|
||||||
|
Reference in New Issue
Block a user