summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Devraj Mehta <devm33@gmail.com>2015-08-16 01:15:52 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2015-09-04 15:39:29 -0400
commitb09f5a7ca11d854f1648ba2fecd0ae24788a7d44 (patch)
tree0e5f7c46264f56961c52dc9ba4e724b1ec85a51c
parent2aa6581b7c3cd626f48cf8b87c6a4a86dc091cfd (diff)
Note the requirement for root privs to install
When installing using the default arguments to `configure`, root privileges are required. Use a "sudo" prefix to notate this. NB. root privileges are not needed when installing to a prefix under your control.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5da70cb..59ec393 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ This uses the standard GNU autotools, so it's the normal dance:
./configure && \
make && \
- make install
+ sudo make install
For more, see `INSTALL`.