aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-22 08:13:39 -0300
committerEuAndreh <eu@euandre.org>2021-06-22 08:13:39 -0300
commit461fbefeebd1fb1d7e69c029dd84d8872b6d7bef (patch)
tree908b1aff0b71d068b07ab4e3115a7021c55d1d62
parentTODOs.md: Add #task-ada9b39a-cc42-97b2-bd02-ad9c0adc475c (diff)
downloadgit-permalink-461fbefeebd1fb1d7e69c029dd84d8872b6d7bef.tar.gz
git-permalink-461fbefeebd1fb1d7e69c029dd84d8872b6d7bef.tar.xz
README.md: Better wording on the installation explanation
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1744cc8..0d44eac 100644
--- a/README.md
+++ b/README.md
@@ -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