summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-04-08 16:11:52 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-04-08 16:49:51 +0200
commit39ad0e6cf9ed895b88041f8babe59506178a6fcb (patch)
tree03097668afd4edc431915788ca2e27f73bc33589 /README.md
parentbac00c062e9ad0bc5235a7124bc624965bed684c (diff)
guix: add package that pandoc can findHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index cafde25..985470d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,16 @@ Run `install.sh` script and it'll automagically link all the templates to your
This method doesn't work on a non-Unix-like OS.
+### Guix
+
+Just use Guix and do it easier:
+
+``` bash
+guix install -f guix.scm
+```
+
+This will install the files where they should be and set `XDG_DATA_HOME`
+properly.
## Usage