diff options
-rw-r--r-- | README.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -34,14 +34,16 @@ https://git.euandreh.xyz/remembering/tree/tests/ranking.sh?id=44533e2df144e7749a ## Installation -Get the latest tarball and install it: +```shell +$ make +$ [sudo] make install +``` + +You can pass `PREFIX` or `DESTDIR` to `make` if you'd like: ```shell -wget https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-main.tar.gz -pax -rzf git-permalink-main.tar.gz # or similarly: tar xf git-permalink-main.tar.gz -cd git-permalink-main/ -make -[sudo] make install +$ make PREFIX=$HOME/.local +$ make PREFIX=$HOME/.local install ``` There are no dependencies or requirements, only standard tools such as |