diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |