summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 17:32:46 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 17:32:46 -0500
commitc2a9e13d3890f9e100d5a3b46a26dac16989894f (patch)
tree3647e5d93919dd69d25b41c889a0d63878122f64 /README.org
parent670638e1f390a2b9e0d5218cfb5e13f33117bd0d (diff)
Add guix environment.
* package.scm: New file. * README.org (Developing): New section.
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
index 4e56303..0526c67 100644
--- a/README.org
+++ b/README.org
@@ -288,6 +288,15 @@
See =INSTALL.org= for more detailed installation instructions.
+** Developing
+
+ Users of GNU Guix can quickly create a development environment by
+ running:
+
+ #+BEGIN_SRC sh
+ guix environment -l package.scm
+ #+END_SRC
+
** Running Examples
To run an example when Sly has been installed: