Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-30 00:22:10 +00:00
parent 0b27d7dda4
commit 3495c8ec38
111 changed files with 496 additions and 123 deletions

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Update debtap database (before the first run):
`sudo debtap --update`
`sudo debtap {{[-u|--update]}}`
- Convert the specified package:
@@ -19,8 +19,8 @@ source: https://github.com/tldr-pages/tldr.git
- Convert the specified package bypassing all questions, except for editing metadata files:
`debtap --quiet {{path/to/package.deb}}`
`debtap {{[-q|--quiet]}} {{path/to/package.deb}}`
- Generate a PKGBUILD file:
`debtap --pkgbuild {{path/to/package.deb}}`
`debtap {{[-p|--pkgbuild]}} {{path/to/package.deb}}`