summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-09-09 17:22:50 +0200
committerBastien Nocera <hadess@hadess.net>2019-09-09 17:22:50 +0200
commitf0d54dbc84c1254e9ae389f66e4b27fc921d1d66 (patch)
tree98e85c767edee61fedd5d1a498d8f42f921e5f89
parent1baeaf77b3337de9cc71abfc9b32969eb5c9c285 (diff)
downloadshared-mime-info-f0d54dbc84c1254e9ae389f66e4b27fc921d1d66.tar.gz
README: Update installation instructions
Use a correct default prefix, and use sudo to do the installation, because if you need the instructions, then you'll need them to be precise.
-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.