From 957c857c18e72138314f1e80d1b1252042b64f99 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 18 Dec 2025 13:50:02 +0100 Subject: [PATCH] updates README and gitignore --- README.md | 7 ++++++- tests/.gitignore | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 tests/.gitignore diff --git a/README.md b/README.md index 66378cb..fd61c96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # asynciterators -TBD... \ No newline at end of file +Quick start: + +```bash +nimble install +nimble test +``` diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..2ca3f1f --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +nimble.develop +nimble.paths