docs: update README

This commit is contained in:
2025-09-03 11:08:55 +02:00
parent 0b9df128b7
commit 0981dabc93

View File

@@ -1,10 +1,18 @@
## Nimpro
## Nimproj
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
In order to test the project run:
To test the project run:
```
nimble test