From 0981dabc93629dcc8b0bf6ea7c5982aa1114617d Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 3 Sep 2025 11:08:55 +0200 Subject: [PATCH] docs: update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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