From c2a9e13d3890f9e100d5a3b46a26dac16989894f Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 8 Nov 2014 17:32:46 -0500 Subject: Add guix environment. * package.scm: New file. * README.org (Developing): New section. --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.org') 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: -- cgit v1.2.3