Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-24 00:21:36 +00:00
parent 4e6886aa1f
commit 70f6f2ac08
27 changed files with 174 additions and 69 deletions

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# quickemu
> Build and manage highly optimised desktop virtual machines quickly.
> Note: Virtual machine must be in stopped state when working with snapshots.
> See also: `quickget` for preparing VM configurations.
> More information: <https://github.com/quickemu-project/quickemu>.
@@ -33,6 +34,10 @@ source: https://github.com/tldr-pages/tldr.git
`quickemu --snapshot apply {{tag}} --vm {{path/to/file.conf}}`
- List available snapshots:
`quickemu --snapshot info --vm {{path/to/file.conf}}`
- Delete a snapshot:
`quickemu --snapshot delete {{tag}} --vm {{path/to/file.conf}}`