From 39ffb0b6f263e6107b533dcde55c7a00242441de Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 27 May 2024 19:34:04 +0100 Subject: [PATCH] docs: update README.md - fix quickget example usage (include: edition) quickget nixos unstable ... requires edition (e.g. minimal / plasma5 / ghome) ... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bcc1c6..db30887 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,13 @@ required to run the virtual machines. - `quickget` automatically downloads the ISO image for the operating system you want to run and creates a configuration file for the virtual machine. ``` shell -quickget nixos unstable +quickget nixos unstable minimal ``` - `quickemu` starts the virtual machine using the configuration file created by `quickget`. ``` shell -quickemu --vm nixos-unstable.conf +quickemu --vm nixos-unstable-minimal.conf ``` Execute `quickget` (with no arguments) to see a list of all the supported operating systems.