From 99af14be837b0d3ef814b5f681869cc240176430 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 Sep 2021 09:09:43 -0300 Subject: README.md: Simplify installation instruction --- README.md | 20 ++++++++++++-------- 1 file 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 -- cgit v1.2.3