diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-08-09 13:14:36 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-08-26 18:40:30 +0200 |
commit | 4aaa0ea06fdb2bc00e62e80d504e7778bb6d69de (patch) | |
tree | a8eed035d877c4ddefc96c1ee18fe11f8642f656 /doc | |
parent | 4b011ee4abaa9199700b30cd83abadb7f9a66d2d (diff) | |
download | guix-4aaa0ea06fdb2bc00e62e80d504e7778bb6d69de.tar.gz |
doc: Remove duplicate search paths instructions.
* doc/guix.texi (Invoking guix pull): Remove instructions obsoleted by Binary Installation instructions. Change-Id: I18274aa8bacd11de8ee72bd83c817f945468cc13
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fcaf6b3fbb..fd297f1b49 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4439,15 +4439,7 @@ effect on the version of Guix that user @code{alice} sees, and vice versa. The result of running @command{guix pull} is a @dfn{profile} available -under @file{~/.config/guix/current} containing the latest Guix. Thus, -make sure to add it to the beginning of your search path so that you use -the latest version, and similarly for the Info manual -(@pxref{Documentation}): - -@example -export PATH="$HOME/.config/guix/current/bin:$PATH" -export INFOPATH="$HOME/.config/guix/current/share/info:$INFOPATH" -@end example +under @file{~/.config/guix/current} containing the latest Guix. The @option{--list-generations} or @option{-l} option lists past generations produced by @command{guix pull}, along with details about their provenance: |