From ae836868e96dff632a7cdad1d87eb4e4ff24263b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 13 Jul 2021 16:35:41 -0300 Subject: README.md: Unclutter installation instructions with PREFIX, add "make check" --- README.md | 5 +++-- 1 file 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 -- cgit v1.2.3