diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 18:54:10 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 18:54:10 -0300 |
commit | faaedc97a286bf1e58d18d44919021732687ef6f (patch) | |
tree | d50c1c0ec2363299113d81cd8a5ae2cf1bcdc2a7 /README.md | |
parent | Make README.md and long-description congruent (diff) | |
download | remembering-faaedc97a286bf1e58d18d44919021732687ef6f.tar.gz remembering-faaedc97a286bf1e58d18d44919021732687ef6f.tar.xz |
README.md: Small tweaks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |