From 9cdeb4de4013c040241f3a3860d8e2c085f041a5 Mon Sep 17 00:00:00 2001 From: David Strauss Date: Thu, 6 Mar 2014 13:14:05 -0800 Subject: [PATCH] More sudo where necessary. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7cfbe0..c361484 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ PHP extension allowing native interaction with systemd and journald Installation ============ - yum install php-devel systemd-devel + sudo yum install -y php-devel systemd-devel phpize ./configure --enable-systemd make - make install + sudo make install echo "extension=systemd.so" | sudo tee /etc/php.d/systemd.ini echo "