summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-08-19 09:47:10 +0100
committerNick White <git@njw.me.uk>2012-08-19 09:47:10 +0100
commit6f581acd7608a9038747d7e7db6a79b0513d5e0d (patch)
treeeadf1fedd754fe4e8711471bb1a1f29c037dc158
parentd8f0e73b8469137d6e2e4ff315a94eba760c3e52 (diff)
Make INSTALL more newb-proof
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 4f5a4a7..b4a32b7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Use these commands to build and install getxbook:
make
- make install # run as root if you're installing to a system directory
+ sudo make install
All build settings are stored in config.mk. If you want to change them,
either edit the file directly, or pass any variables to change to make,