aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/guix/README.md')
-rw-r--r--contrib/guix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md
index c0feb486ff..6bde770c62 100644
--- a/contrib/guix/README.md
+++ b/contrib/guix/README.md
@@ -259,7 +259,7 @@ details.
Override the number of jobs to run simultaneously, you might want to do so on
a memory-limited machine. This may be passed to:
- - `guix` build commands as in `guix environment --cores="$JOBS"`
+ - `guix` build commands as in `guix shell --cores="$JOBS"`
- `make` as in `make --jobs="$JOBS"`
- `xargs` as in `xargs -P"$JOBS"`
@@ -301,7 +301,7 @@ details.
* _**ADDITIONAL_GUIX_ENVIRONMENT_FLAGS**_
- Additional flags to be passed to the invocation of `guix environment` inside
+ Additional flags to be passed to the invocation of `guix shell` inside
`guix time-machine`.
# Choosing your security model