README.org: Update 'guix environment' commands to use 'guix shell'

This commit is contained in:
Collin J. Doering 2022-10-02 10:38:49 -04:00
parent 02326ad59b
commit 5422988529
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@ Start the default window manager (~exwm~) with the default session type (~full~)
scripts linked into ~~/.bin~ are aliased to exclude the ~.sh~ suffix.
#+begin_src shell
guix environment --ad-hoc ratpoison -- startx.sh ratpoison new
guix shell ratpoison -- startx.sh ratpoison new
#+end_src
**Note:** The script ~startx.sh~ must be used directly here, and not
@ -185,5 +185,5 @@ will be required. Here is an example of starting xfce using this
mechanism.
#+begin_src shell
guix environment --ad-hoc xfce xfce4-session xfconf -- startx.sh startxfce4 new
guix shell xfce xfce4-session xfconf -- startx.sh startxfce4 new
#+end_src