Added README.md

This commit is contained in:
2026-02-07 22:24:10 +02:00
parent 1b406c954a
commit b509b21c65

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
Nix VM with Debian + GUI
1. Build the VM:
```bash
nix-build vm.nix -A system.build.customVM
```
2. Run the VM:
```bash
./result/bin/run-debian-vm
```