Przeglądaj źródła

pacman: update install instructions

Adding the `-u` flaf to install according to best practices

https://github.com/tldr-pages/tldr/pull/1562
Agniva De Sarker 7 lat temu
rodzic
commit
37ff096332
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      pages/linux/pacman.md

+ 2 - 2
pages/linux/pacman.md

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