summaryrefslogtreecommitdiff
path: root/STANDARD_installation
diff options
context:
space:
mode:
Diffstat (limited to 'STANDARD_installation')
-rw-r--r--STANDARD_installation4
1 files changed, 3 insertions, 1 deletions
diff --git a/STANDARD_installation b/STANDARD_installation
index e957c6c..e2647da 100644
--- a/STANDARD_installation
+++ b/STANDARD_installation
@@ -7,7 +7,9 @@ make
make -n install
set +x
if [ "`id -u`" != 0 ] ; then
- echo "run make install as root"
+ echo "run make install as root:"
echo "su root -c 'make install'"
+ echo " OR "
+ echo "sudo make install"
exit 1
fi