aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index 47e69b8..b1ec280 100644
--- a/README.md
+++ b/README.md
@@ -35,18 +35,22 @@ Similar to [`yeganesh`][yeganesh], but with no build-time or run-time dependenci
## Installation
-Get the latest tarball and install it:
+```shell
+$ make
+$ make check
+# make install
+```
+
+You can pass `PREFIX` or `DESTDIR` to `make`:
```shell
-wget https://git.euandreh.xyz/remembering/snapshot/remembering-main.tar.xz
-pax -rzf remembering-main.tar.xz # or similarly: tar xf remembering-main.tar.xz
-cd remembering-main/
-make
-[sudo] make install
+$ make
+$ make check
+$ make install PREFIX=$HOME/.local
```
-The requirements are a C99 compiler on a POSIX.1-2008
-environment (`_POSIX_C_SOURCE 200809L`).
+There are no dependencies or requirements, only standard tools such as
+POSIX sed, POSIX make, etc.
## Documentation