From e9c64b6d99f23ca2ad6a755952fd9d5bcf63e19c Mon Sep 17 00:00:00 2001 From: Chris Fordham Date: Tue, 6 Oct 2015 17:55:02 +1100 Subject: [PATCH] Do not run yaourt as root/sudo Signed-off-by: Chris Fordham --- docs/installation/archlinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/archlinux.md b/docs/installation/archlinux.md index 4447d59d62..c619c730dd 100644 --- a/docs/installation/archlinux.md +++ b/docs/installation/archlinux.md @@ -42,7 +42,7 @@ is all that is needed. For the AUR package execute: - $ sudo yaourt -S docker-git + $ yaourt -S docker-git The instructions here assume **yaourt** is installed. See [Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages)