mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
caligula: add page (#16148)
* 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>
This commit is contained in:
parent
30fca82c55
commit
6b26cee9e5
1 changed files with 12 additions and 0 deletions
12
pages/linux/caligula.md
Normal file
12
pages/linux/caligula.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue