guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: website: guix-environment-to-shell: Typos and suggestions from IR


From: Ludovic Courtès
Subject: 01/04: website: guix-environment-to-shell: Typos and suggestions from IRC.
Date: Mon, 25 Oct 2021 18:02:30 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit dbfdc5775799a4f91e7cea4e5e24c7c815ca8104
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Oct 25 21:27:15 2021 +0200

    website: guix-environment-to-shell: Typos and suggestions from IRC.
    
    * website/drafts/guix-environment-to-shell.md: Tweak.
---
 website/drafts/guix-environment-to-shell.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/website/drafts/guix-environment-to-shell.md 
b/website/drafts/guix-environment-to-shell.md
index 865b32d..c7f1122 100644
--- a/website/drafts/guix-environment-to-shell.md
+++ b/website/drafts/guix-environment-to-shell.md
@@ -16,7 +16,7 @@ the name we unimaginatively ended up with—has just landed 
after [a
 three-week review period](https://issues.guix.gnu.org/50960), itself a
 followup to discussions and hesitations on the best course of action.
 
-This post introduces `guix shell`, how it differs form `guix
+This post introduces `guix shell`, how it differs from `guix
 environment`, the choices we made, and why we hope you will like it.
 
 # The story of `guix environment`
@@ -107,8 +107,9 @@ You can add Git and GDB on top of it like so:
 guix shell -D inkscape git gdb
 ```
 
-It’s more concise and more natural than with `guix environment`.  As can
-be seen [in the
+(Note that `-D` only applies to the immediately following package,
+`inkscape` in this case.)  It’s more concise and more natural than with
+`guix environment`.  As can be seen [in the
 
manual](https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-shell.html),
 all the other options supported by `guix environment` remain available
 in `guix shell`.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]