summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-01-29 19:15:27 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-01-30 07:27:13 -0500
commit4f13f9d0cefb7abedcca87a52a021356288594e5 (patch)
tree946ccc0ab915e43177edb3110fbe5bee5edfe8bf /README.md
parent8ced57e86f518cecea4fa5c6499ad33459823b77 (diff)
Replace package.scm with env.scm.
* env.scm: New file. * package.scm: Delete. * README.md (Development): s/package/env/
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1c0adb6..40592ee 100644
--- a/README.md
+++ b/README.md
@@ -40,8 +40,8 @@ Development
-----------
To create a development environment, run `guix environment -l
-package.scm`. Within that environment, run `./autogen.sh &&
-./configure && make`.
+env.scm`. Within that environment, run `./autogen.sh && ./configure
+&& make`.
Copyright
---------