diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:35:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:35:41 -0300 |
commit | ae836868e96dff632a7cdad1d87eb4e4ff24263b (patch) | |
tree | 56cb234b727db16ae2761d87d191b4c46b848feb /README.md | |
parent | README.md: Add "make check" to the list of installation steps (diff) | |
download | git-permalink-ae836868e96dff632a7cdad1d87eb4e4ff24263b.tar.gz git-permalink-ae836868e96dff632a7cdad1d87eb4e4ff24263b.tar.xz |
README.md: Unclutter installation instructions with PREFIX, add "make check"
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |