From 8578f70db463017f98d92b5e67ee97f22acfc7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PetaByteBoy=20//=20Milan=20P=C3=A4ssler?= Date: Sat, 18 Feb 2017 11:49:38 +0100 Subject: [PATCH] use sudo for pacman --- doc/build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/build.md b/doc/build.md index ba9d1cbe..b4d76467 100644 --- a/doc/build.md +++ b/doc/build.md @@ -6,7 +6,7 @@ For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint): For Arch derivates: - $ pacman -S git + $ sudo pacman -S git For FreeBSD: @@ -34,8 +34,8 @@ Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian For Arch derivates: - $ pacman -S base-devel - $ pacman -S alsa-lib avahi libvorbis flac alsa-utils + $ sudo pacman -S base-devel + $ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils ###Build Snapclient and Snapserver `cd` into the Snapcast src-root directory: