install method: pacman

This commit is contained in:
ivan 2017-01-19 19:37:48 +08:00
parent 015871dfa9
commit 681d1402ce

View File

@ -107,6 +107,11 @@ You can install `you-get` easily via:
$ brew install you-get $ brew install you-get
``` ```
### Option 8: Pacman (ArchLinux only)
```
$ [sudo] pacman -S you-get
```
### Shell completion ### Shell completion
Completion definitions for Bash, Fish and Zsh can be found in [`contrib/completion`](contrib/completion). Please consult your shell's manual for how to take advantage of them. Completion definitions for Bash, Fish and Zsh can be found in [`contrib/completion`](contrib/completion). Please consult your shell's manual for how to take advantage of them.