summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```