quickget: fix correct examples and update changed options (#13607)

the nixos example was incorrect, the macos release list has been updated
and some options have been added, renamed or removed
pull/28/head
Phil Clifford 2024-09-08 18:10:29 +01:00 committed by GitHub
parent b2120cd20a
commit 73d0395892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 6 deletions

View File

@ -19,16 +19,20 @@
- Download a macOS recovery image and creates a virtual machine configuration:
`quickget macos {{high-sierra|mojave|catalina|big-sur|monterey|ventura}}`
`quickget macos {{mojave|catalina|big-sur|monterey|ventura|sonoma}}`
- Show an ISO URL for an operating system (Note: it does not work for Windows):
- Show an ISO URL for an operating system:
`quickget --show-iso-url fedora {{release}} {{edition}}`
`quickget --url fedora {{release}} {{edition}}`
- Test if an ISO file is available for an operating system:
`quickget --test-iso-url nixos {{edition}} {{plasma5}}`
`quickget --check nixos {{release}} {{edition}}`
- Open an operating system distribution's homepage in a browser (Note: it does not work for Windows):
- Download an image without building any VM configuration:
`quickget --open-distro-homepage {{os}}`
`quickget --download {{os}} {{release}} {{edition}}`
- Create a VM configuration for an OS image:
`quickget --create-config {{os}} {{path/to/iso}}`