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:
Agniva De Sarker 2017-10-30 09:54:50 +05:30 committed by GitHub
parent 90fe67325e
commit 37ff096332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: