From 55f05d0d2906b5efb90c73f7dd1a242ef70d4a42 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 7 Sep 2015 13:00:50 -0400 Subject: [PATCH] Fix yaourt install line (cannot be run as root) Running yaourt as root eventually errors out with "Running makepkg as root is not allowed as it can cause permanent, catastrophic damage to your system." --- app/views/docs/installation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/docs/installation.html.md b/app/views/docs/installation.html.md index 981298d..9742877 100644 --- a/app/views/docs/installation.html.md +++ b/app/views/docs/installation.html.md @@ -20,7 +20,7 @@ Nix: ### Arch Linux - sudo yaourt -S asciinema + yaourt -S asciinema ### Fedora