Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-09 00:19:52 +00:00
parent fffa867592
commit 9f85bd373f
8 changed files with 63 additions and 38 deletions

View File

@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Make a package, install its dependencies then install it to the system:
`makepkg {{[-s|--syncdeps]}} {{[-i|--install]}}`
`makepkg {{[-si|--syncdeps --install]}}`
- Make a package, but skip checking the source's hashes:
@@ -36,3 +36,7 @@ source: https://github.com/tldr-pages/tldr.git
- Generate and save the source information into `.SRCINFO`:
`makepkg --printsrcinfo > .SRCINFO`
- Download the source and install only the build dependencies for a program:
`makepkg {{[-so|--syncdeps --nobuild]}}`