aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-13 16:35:41 -0300
committerEuAndreh <eu@euandre.org>2021-07-13 16:35:41 -0300
commitae836868e96dff632a7cdad1d87eb4e4ff24263b (patch)
tree56cb234b727db16ae2761d87d191b4c46b848feb
parentREADME.md: Add "make check" to the list of installation steps (diff)
downloadgit-permalink-ae836868e96dff632a7cdad1d87eb4e4ff24263b.tar.gz
git-permalink-ae836868e96dff632a7cdad1d87eb4e4ff24263b.tar.xz
README.md: Unclutter installation instructions with PREFIX, add "make check"
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc25ac5..a6fdded 100644
--- a/README.md
+++ b/README.md
@@ -43,8 +43,9 @@ $ [sudo] make install
You can pass `PREFIX` or `DESTDIR` to `make` if you'd like:
```shell
-$ make PREFIX=$HOME/.local
-$ make PREFIX=$HOME/.local install
+$ make
+$ make check
+$ make install PREFIX=$HOME/.local
```
There are no dependencies or requirements, only standard tools such as