Skip to content

Commit

Permalink
Revert "pacman: update install instructions"
Browse files Browse the repository at this point in the history
This reverts commit 37ff096.

See discussion at tldr-pages#1562 (comment)
  • Loading branch information
agnivade committed Nov 27, 2017
1 parent 466412f commit e5d314a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/linux/pacman.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

`pacman -Syu`

- Install a given package and update all other packages to their latest versions according to the local database:
- Install a new package:

`pacman -Su {{package_name}}`
`pacman -S {{package_name}}`

- Remove a package and its dependencies:

Expand Down

0 comments on commit e5d314a

Please sign in to comment.