Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -15,11 +15,11 @@ source: https://github.com/tldr-pages/tldr.git
- Make a package and install its dependencies:
`makepkg --syncdeps`
`makepkg {{[-s|--syncdeps]}}`
- Make a package, install its dependencies then install it to the system:
`makepkg --syncdeps --install`
`makepkg {{[-s|--syncdeps]}} {{[-i|--install]}}`
- Make a package, but skip checking the source's hashes:
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Clean up work directories after a successful build:
`makepkg --clean`
`makepkg {{[-c|--clean]}}`
- Verify the hashes of the sources: