mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 12:47:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user