Update README with documentation about the test-vm

This commit is contained in:
Alexander Heldt
2024-11-09 10:40:39 +01:00
parent 506f0574de
commit 105aed70b4

View File

@@ -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. 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
```