mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
pacman: update install instructions
Adding the `-u` flaf to install according to best practices https://github.com/tldr-pages/tldr/pull/1562
This commit is contained in:
parent
90fe67325e
commit
37ff096332
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
`pacman -Syu`
|
||||
|
||||
- Install a new package:
|
||||
- Install a given package and update all other packages to their latest versions according to the local database:
|
||||
|
||||
`pacman -S {{package_name}}`
|
||||
`pacman -Su {{package_name}}`
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue