summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-08-03 18:12:59 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-08-03 18:12:59 +0200
commit33defd4e483148c60cf1edcdcbf10b9f86904287 (patch)
treef07a913030a3bbb4af3e72e50e2be306a924ef76 /README.md
parentf0a3f09ee52778e5b7b8b4b30580b8735e0cc269 (diff)
Guix usage description
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f6e5d6..f75f7cd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# Book creation tooling
-`guix.scm` file lists all dependencies needed for a project.
+`manifest.scm` file lists all dependencies needed for a project. The exact
+version is handled by `channels.scm`.
+
+Running the following will create a custom environment with the needed tools at
+the compatible version:
+
+``` bash
+guix time-machine -C channels.scm -- environment -m manifest.scm
+```