mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
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
This commit is contained in:
parent
b2120cd20a
commit
73d0395892
1 changed files with 10 additions and 6 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue