aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-13 18:54:10 -0300
committerEuAndreh <eu@euandre.org>2021-06-13 18:54:10 -0300
commitfaaedc97a286bf1e58d18d44919021732687ef6f (patch)
treed50c1c0ec2363299113d81cd8a5ae2cf1bcdc2a7 /README.md
parentMake README.md and long-description congruent (diff)
downloadremembering-faaedc97a286bf1e58d18d44919021732687ef6f.tar.gz
remembering-faaedc97a286bf1e58d18d44919021732687ef6f.tar.xz
README.md: Small tweaks
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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).