From 61b73b63773fffdb4e05e43534d1684b816f0773 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 4 Feb 2023 00:16:01 +0000 Subject: [PATCH] Update README --- README.md | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9e401eb..39c022f 100644 --- a/README.md +++ b/README.md @@ -452,13 +452,12 @@ Now reboot, and the App Store should work. ## Windows 8.1, 10 & 11 Guests -`quickget` can automatically download Windows 8.1, [Windows -10](https://www.microsoft.com/en-gb/software-download/windows10ISO) and -[Windows -11](https://www.microsoft.com/en-gb/software-download/windows11) along -with the [VirtIO drivers for -Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/) -and creates a virtual machine configuration. +`quickget` can not download +[Windows10](https://www.microsoft.com/software-download/windows10) and +[Windows 11](https://www.microsoft.com/software-download/windows11) automatically, +but does automatically create an optimised virtual machine configuration that +you can just add an Windows .iso image to. This configuration also includes the +[VirtIO drivers for Windows](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/). ``` bash quickget windows 11 @@ -472,22 +471,12 @@ quickemu --vm windows-11.conf - Username: `Quickemu` - Password: `quickemu` -### Regional versions - -By default `quickget` will download the *"English International"* -release, but you can optionally specify one of the supported languages: -For example: - -``` bash -quickget windows 11 "Chinese (Traditional)" -``` - The default Windows 11 configuration looks like this: ``` bash guest_os="windows" disk_img="windows-11/disk.qcow2" -iso="windows-11/Win11_EnglishInternational_x64.iso" +iso="windows-11/windows-11.iso" fixed_iso="windows-11/virtio-win.iso" tpm="on" secureboot="on"