mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Mention 'guix refresh -u' for third-party channels.
* doc/guix.texi (Invoking guix refresh): Show how to run 'guix refresh -u' on a third-party channel.
This commit is contained in:
parent
e7910f4882
commit
db10a4a2ae
1 changed files with 9 additions and 2 deletions
|
@ -14341,15 +14341,22 @@ the packages).
|
|||
|
||||
@item --update
|
||||
@itemx -u
|
||||
Update distribution source files (package recipes) in place. This is
|
||||
Update distribution source files (package definitions) in place. This is
|
||||
usually run from a checkout of the Guix source tree (@pxref{Running
|
||||
Guix Before It Is Installed}):
|
||||
|
||||
@example
|
||||
$ ./pre-inst-env guix refresh -s non-core -u
|
||||
./pre-inst-env guix refresh -s non-core -u
|
||||
@end example
|
||||
|
||||
@xref{Defining Packages}, for more information on package definitions.
|
||||
You can also run it on packages from a third-party channel:
|
||||
|
||||
@example
|
||||
guix refresh -L /path/to/channel -u @var{package}
|
||||
@end example
|
||||
|
||||
@xref{Creating a Channel}, on how to create a channel.
|
||||
|
||||
@item --select=[@var{subset}]
|
||||
@itemx -s @var{subset}
|
||||
|
|
Loading…
Reference in a new issue