diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-01 19:01:31 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:22 +0200 |
| commit | 473a4752bdb7d116c2bff2e7774e6bdafb7b307e (patch) | |
| tree | b4cd993a1232bf4f7983565a6006dfc4113bbd44 | |
| parent | b34a0f2fe18ec55970bc9bcf67f977d246a08eef (diff) | |
| download | haunt-blog-473a4752bdb7d116c2bff2e7774e6bdafb7b307e.tar.gz haunt-blog-473a4752bdb7d116c2bff2e7774e6bdafb7b307e.tar.bz2 haunt-blog-473a4752bdb7d116c2bff2e7774e6bdafb7b307e.zip | |
README: Add information about dependencies.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ The code is a bit fragile and parses untrusted data so a human is required to review if there are any suspicious data at several steps in the migration process. +Dependencies +============ +To generate this website you will need guix and curl. The rest of the +dependencies are taken care of by Guix. Once you installed Guix you +need to run 'guix pull' to have the latest revision. + Usage ===== |
