diff options
author | Arun Isaac | 2025-04-07 15:57:53 +0100 |
---|---|---|
committer | Arun Isaac | 2025-04-07 15:57:53 +0100 |
commit | a760bff3efa44c282ed119032a6831bdaac79e7b (patch) | |
tree | 44a74e8d59b44065ab5b3a3270ba57827ec5fc1a /sent/README.md | |
download | gexp-make-a760bff3efa44c282ed119032a6831bdaac79e7b.tar.gz gexp-make-a760bff3efa44c282ed119032a6831bdaac79e7b.tar.lz gexp-make-a760bff3efa44c282ed119032a6831bdaac79e7b.zip |
Initial commit
Diffstat (limited to 'sent/README.md')
-rw-r--r-- | sent/README.md | 17 |
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 +``` |