summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-14 22:21:00 +0200
committerPaul Buetow <paul@buetow.org>2025-02-14 22:21:00 +0200
commitc7697dbd7d26bc6c62031e0d4d530b3b5987d9ee (patch)
tree232890d0ff7913b34982b53ca41b4b5ec5fde7b0 /README.md
parenta2edd9ec657dca835ce1a73807a86a9c44fdfec8 (diff)
more tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d9de495..1c65f5e 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,16 @@
Ruby configuration management system (rcm) - KISS and for my personal use.
+## Run tests
+
+```
+bundle install
+rake test
+```
+
## Invokation
```sh
+cd playground
rake wireguard -- --debug
```