diff options
author | EuAndreh <eu@euandre.org> | 2021-09-02 09:09:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-02 09:09:43 -0300 |
commit | 99af14be837b0d3ef814b5f681869cc240176430 (patch) | |
tree | 68b85e81a65f6be17c2dce305b3a70813a4f5d44 /README.md | |
parent | README.md: Add link to translated versions of pages (diff) | |
download | remembering-99af14be837b0d3ef814b5f681869cc240176430.tar.gz remembering-99af14be837b0d3ef814b5f681869cc240176430.tar.xz |
README.md: Simplify installation instruction
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 |