From f2cf85bd2e2fe50f974573fc186b30685e4643e8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 31 Aug 2022 19:18:09 -0400 Subject: guix: Replace mention of 'guix environment' with 'guix shell'. --- guix.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix.scm') 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: -- cgit v1.2.3