diff options
Diffstat (limited to 'README.md')
-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 |