aboutsummaryrefslogtreecommitdiff
path: root/sent/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sent/README.md')
-rw-r--r--sent/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/sent/README.md b/sent/README.md
new file mode 100644
index 0000000..fdf3e1a
--- /dev/null
+++ b/sent/README.md
@@ -0,0 +1,17 @@
+Download the release tarball.
+```
+wget https://dl.suckless.org/tools/sent-1.tar.gz
+```
+Unforuntately, that's a tar bomb. So, extract it carefully into a new directory.
+```
+mkdir sent
+tar -C sent -xvf sent-1.tar.gz
+```
+Build it using our G-expression based build system.
+```
+guix build -f make.scm
+```
+Run sent on the example slides.
+```
+$(guix build -f make.scm) sent/example
+```