mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 10:55:24 +02:00

* caligula: add page * caligula: add description for `--hash` option * Oops, add backtick to first example * Update pages/linux/caligula.md Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> * Update pages/linux/caligula.md Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> * Update pages/linux/caligula.md Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> * Update caligula.md * Update pages/linux/caligula.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
321 B
Markdown
12 lines
321 B
Markdown
# caligula
|
|
|
|
> A user-friendly, lightweight TUI for disk imaging.
|
|
> More information: <https://github.com/ifd3f/caligula>.
|
|
|
|
- Flash an ISO to a drive:
|
|
|
|
`caligula burn {{path/to/image.iso}}`
|
|
|
|
- Flash an ISO to a drive without entering the hash interactively:
|
|
|
|
`caligula burn {{path/to/image.iso}} {{[s|--hash]}} {{hash}}`
|