summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index a3d6a83a..f4312593 100644
--- a/README
+++ b/README
@@ -12,11 +12,11 @@ For more information about the database see the [Shared MIME Info Specification
## Installation
-To install do the usual:
+To install do:
- $ ./configure
+ $ ./configure --prefix=/usr --sysconfdir=/etc
$ make
- $ make install
+ $ sudo make install
If you are building from git then you will have to run `./autogen.sh` first.