From 33defd4e483148c60cf1edcdcbf10b9f86904287 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 3 Aug 2020 18:12:59 +0200 Subject: Guix usage description --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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 +``` -- cgit v1.2.3