aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9561294..8b3fc11 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ $ make check
You can pass `PREFIX` or `DESTDIR` to `make` if you'd like:
```shell
-$ make
+$ make PREFIX=$HOME/.local
$ make check
$ make install PREFIX=$HOME/.local
```