summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Leonard <tal@ecs.soton.ac.uk>2003-04-17 14:05:38 +0000
committerThomas Leonard <tal@ecs.soton.ac.uk>2003-04-17 14:05:38 +0000
commit7843bccfb63f127f9096bcef04984a2b96a782ea (patch)
treefe9a45612e18daffed037f3bd06051072d307112 /README
parent5cedbbd8e7250e5853f0b0a09a596cee3cbf8b5d (diff)
Check that update-mime-database is run on a directory that will be found
by other applications and warn if not. Updated install instructions for new Base spec.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 5af7ab8..8346158 100644
--- a/README
+++ b/README
@@ -15,11 +15,11 @@ Do the usual:
If you want to install to your home directory, you should instead do:
- $ ./configure --prefix=$HOME
+ $ ./configure --prefix=$HOME/.local
$ make
- $ make install mimedir=$HOME/.mime
+ $ make install
-You'll need to make sure that $HOME/bin is in your PATH, of course.
+You'll need to make sure that $HOME/.local/bin is in your PATH, of course.
See http://www.freedesktop.org/standards/shared-mime-info.html for more
information.