mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Document "guix pull --url".
* doc/guix.texi (Invoking guix pull): Add --url.
This commit is contained in:
parent
8ab00475fb
commit
ab5d72ad2b
1 changed files with 6 additions and 0 deletions
|
@ -880,6 +880,12 @@ but it supports the following options:
|
|||
@item --verbose
|
||||
Produce verbose output, writing build logs to the standard error output.
|
||||
|
||||
@item --url=@var{url}
|
||||
Download the source tarball of Guix from @var{url}.
|
||||
|
||||
By default, the tarball is taken from its canonical address at
|
||||
@code{gnu.org}, for the stable branch of Guix.
|
||||
|
||||
@item --bootstrap
|
||||
Use the bootstrap Guile to build the latest Guix. This option is only
|
||||
useful to Guix developers.
|
||||
|
|
Loading…
Reference in a new issue