From 51d32e66c41b2c0b861b59f8c6512620cd1b1571 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 9 Nov 2024 10:40:39 +0100 Subject: [PATCH] Update README with documentation about the `test-vm` --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5baf86d..0ec6a18 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,13 @@ EDITOR=vim agenix -d "some-secret.age" -i ~/.ssh/alex.pinwheel Or use some other SSH key that is has been used to key the secret. +# Test VM +Build the test VM with the command: +``` +cm --build-test-vm +``` + +and test it with: +``` +cm --run-test-vm +```