diff --git a/README.md b/README.md index 7e9dcd3..cba8b8b 100644 --- a/README.md +++ b/README.md @@ -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