diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ca00bf --- /dev/null +++ b/README.md @@ -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 +```