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