summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--guix.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index dfbb1e8..bf0aa25 100644
--- a/README.org
+++ b/README.org
@@ -32,7 +32,7 @@ any time.
 Drop into a development environment.
 
 #+BEGIN_SRC sh
-guix environment -l guix.scm
+guix shell -Df guix.scm
 #+END_SRC
 
 Bootstrap autotools, then configure and make.
diff --git a/guix.scm b/guix.scm
index a545579..fd87684 100644
--- a/guix.scm
+++ b/guix.scm
@@ -20,7 +20,7 @@
 ;;; Run the following command to enter a development environment for
 ;;; guile-xapian:
 ;;;
-;;;  $ guix environment -l guix.scm
+;;;  $ guix shell -Df guix.scm
 
 (use-modules (guix gexp)
              (guix git-download)