From 7b198d30bc310167bf8f8c44f899d8fbd2f1e1cf Mon Sep 17 00:00:00 2001 From: clizia Date: Tue, 2 Sep 2025 08:48:48 +0200 Subject: [PATCH] updated documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 45cb86e..8ed6a45 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ to run this just install the [dependencies](#dependencies) and do: ```shell cargo run ``` + +to run tests do: + +```shell +cargo test +```