mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
doc: Remove duplicate search paths instructions.
* doc/guix.texi (Invoking guix pull): Remove instructions obsoleted by Binary Installation instructions. Change-Id: I18274aa8bacd11de8ee72bd83c817f945468cc13
This commit is contained in:
parent
4b011ee4ab
commit
4aaa0ea06f
1 changed files with 1 additions and 9 deletions
|
@ -4439,15 +4439,7 @@ effect on the version of Guix that user @code{alice} sees, and vice
|
||||||
versa.
|
versa.
|
||||||
|
|
||||||
The result of running @command{guix pull} is a @dfn{profile} available
|
The result of running @command{guix pull} is a @dfn{profile} available
|
||||||
under @file{~/.config/guix/current} containing the latest Guix. Thus,
|
under @file{~/.config/guix/current} containing the latest Guix.
|
||||||
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
|
|
||||||
|
|
||||||
The @option{--list-generations} or @option{-l} option lists past generations
|
The @option{--list-generations} or @option{-l} option lists past generations
|
||||||
produced by @command{guix pull}, along with details about their provenance:
|
produced by @command{guix pull}, along with details about their provenance:
|
||||||
|
|
Loading…
Reference in a new issue