summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-08-31 19:18:09 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-08-31 19:18:09 -0400
commitf2cf85bd2e2fe50f974573fc186b30685e4643e8 (patch)
tree55a07a883d2b133c9b1f0170006733b8f451b71c /guix.scm
parent2b89c0fe9b1390d1b62d42495e2130f5213bc409 (diff)
guix: Replace mention of 'guix environment' with 'guix shell'.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 2450e55..ce161c2 100644
--- a/guix.scm
+++ b/guix.scm
@@ -21,7 +21,7 @@
;;
;; To setup the development environment, run the following:
;;
-;; guix environment -l guix.scm
+;; guix shell
;; ./bootstrap && ./configure;
;;
;; To build the development snapshot, run: