aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5ec53f0..5e5e0a9 100644
--- a/README.org
+++ b/README.org
@@ -31,7 +31,7 @@ For reproducibility, this project is developed using guix.
To launch a guix shell for development, do
#+BEGIN_SRC shell
- guix shell --container --network --pure --manifest=manifest.scm --share=/some/host/directory=/the/upload/directory
+ guix shell --container --network --development --file=guix.scm --share=/some/host/directory=/the/upload/directory
#+END_SRC
which environment that is isolated from the rest of your system.