From fcbfab5f1937ba6067fe746ef5d2d4fa5017c7a3 Mon Sep 17 00:00:00 2001
From: Arun Isaac
Date: Fri, 26 Feb 2021 17:12:48 +0530
Subject: Advertise guix environment in README.

* README.org (Build): Advertise guix environment.
---
 README.org | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.org b/README.org
index cd3165f..f5d6960 100644
--- a/README.org
+++ b/README.org
@@ -9,6 +9,13 @@ Build dependencies are
 - [[https://www.gnu.org/software/gsl/][GNU Scientific Library]] (for vector and scientific functions)
 - [[https://gnu.org/software/guile][GNU Guile]] (for the scheme wrappers)
 
+The easiest way to install these dependencies is to use a [[https://guix.gnu.org/][guix]]
+environment.
+
+#+BEGIN_SRC shell
+  $ guix environment -l guix.scm
+#+END_SRC
+
 To build, run the following commands.
 
 #+BEGIN_SRC shell
-- 
cgit v1.2.3