aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build.md')
-rw-r--r--doc/build.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/build.md b/doc/build.md
index 1936c13..b40760e 100644
--- a/doc/build.md
+++ b/doc/build.md
@@ -79,11 +79,11 @@ By default `` `make install` `` installs [`interimap`(1)] under
can be used in order to perform the (un)installation as an unprivileged
user. For instance
- $ install -m0700 -vd "${XDG_DATA_HOME:-~/.local/share}/interimap"
+ $ install -m0700 -vd ${XDG_DATA_HOME:-~/.local/share}/interimap
$ make install-nodoc \
- prefix=~/.local \
- sitelib="${XDG_DATA_HOME:-~/.local/share}/interimap/lib" \
- systemd_userunitdir="${XDG_DATA_HOME:-~/.local/share}/systemd/user"
+ prefix=$HOME/.local \
+ sitelib=${XDG_DATA_HOME:-~/.local/share}/interimap/lib \
+ systemd_userunitdir=${XDG_DATA_HOME:-~/.local/share}/systemd/user
skips documentation and installs