diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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 |