From faaedc97a286bf1e58d18d44919021732687ef6f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Jun 2021 18:54:10 -0300 Subject: README.md: Small tweaks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c29705..cdb6466 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Similar to [`yeganesh`][yeganesh], but with no build-time or run-time dependenci [fzf]: https://github.com/junegunn/fzf [yeganesh]: http://dmwit.com/yeganesh/ + ## Installation Get the latest tarball and install it: @@ -33,7 +34,7 @@ Get the latest tarball and install it: ```shell wget https://git.euandreh.xyz/remembering/snapshot/remembering-main.tar.gz pax -rzf remembering-main.tar.gz # or similarly: tar xf remembering-main.tar.gz -cd remembering-main +cd remembering-main/ make [sudo] make install ``` @@ -41,6 +42,7 @@ make The requirements are a C99 compiler on a POSIX.1-2008 environment (`_POSIX_C_SOURCE 200809L`). + ## Documentation Documentation available via installed manpages or online: [`remembering.1`](remembering.1.html) and [`remembering.5`](remembering.5.html). -- cgit v1.2.3