diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-09-09 17:22:50 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-09-09 17:22:50 +0200 |
commit | f0d54dbc84c1254e9ae389f66e4b27fc921d1d66 (patch) | |
tree | 98e85c767edee61fedd5d1a498d8f42f921e5f89 | |
parent | 1baeaf77b3337de9cc71abfc9b32969eb5c9c285 (diff) |
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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |