From 681d1402ced459993a1ed5084008984ae2a9ccff Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 19 Jan 2017 19:37:48 +0800 Subject: [PATCH] install method: pacman --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 98c403c3..6c23dd92 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,11 @@ You can install `you-get` easily via: $ brew install you-get ``` +### Option 8: Pacman (ArchLinux only) +``` +$ [sudo] pacman -S you-get +``` + ### 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.