quickget: refresh page (#20272)

This commit is contained in:
Fazle Arefin
2025-12-26 22:39:46 +11:00
committed by GitHub
parent 0633374e76
commit a7bbb3f322
+6 -6
View File
@@ -1,13 +1,13 @@
# quickget
> Download and prepare materials for building a Quickemu virtual machine.
> Note: The parameter "edition" is always optional.
> Note: The parameter "edition" is sometimes optional.
> See also: `quickemu`.
> More information: <https://github.com/quickemu-project/quickemu>.
- Display the list of all supported guest operating systems, versions, and variants:
- Display the list of all supported guest operating systems, versions, and variants in various formats:
`quickget list`
`quickget {{--list|--list-csv|--list-json}}`
- Download and create the virtual machine configuration for building a Quickemu virtual machine for an OS:
@@ -23,16 +23,16 @@
- Show an ISO URL for an operating system:
`quickget --url fedora {{release}} {{edition}}`
`quickget --url {{os}} {{release}} {{edition}}`
- Test if an ISO file is available for an operating system:
`quickget --check nixos {{release}} {{edition}}`
`quickget --check {{os}} {{release}} {{edition}}`
- Download an image without building any VM configuration:
`quickget --download {{os}} {{release}} {{edition}}`
- Create a VM configuration for an OS image:
- Create a VM configuration for an OS image (this will move the ISO from the source directory):
`quickget --create-config {{os}} {{path/to/iso}}`