doc: Binary Installation: Add Parabola packages.
* doc/guix.texi (Binary Installation): Add Parabola packages. Co-authored by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>master
parent
902a55e1dc
commit
0f9fe721be
|
@ -761,6 +761,12 @@ Likewise, on openSUSE:
|
||||||
sudo zypper install guix
|
sudo zypper install guix
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
If you are running Parabola, after enabling the pcr (Parabola
|
||||||
|
Community Repo) repository, you can install Guix with:
|
||||||
|
@example
|
||||||
|
sudo pacman -S guix
|
||||||
|
@end example
|
||||||
|
|
||||||
The Guix project also provides a shell script, @file{guix-install.sh},
|
The Guix project also provides a shell script, @file{guix-install.sh},
|
||||||
which automates the binary installation process without use of a foreign
|
which automates the binary installation process without use of a foreign
|
||||||
distro package
|
distro package
|
||||||
|
@ -786,6 +792,13 @@ As root, run:
|
||||||
# ./guix-install.sh
|
# ./guix-install.sh
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
The script to install Guix is also packaged in Parabola (in the pcr
|
||||||
|
repository). You can install and run it with:
|
||||||
|
@example
|
||||||
|
sudo pacman -S guix-installer
|
||||||
|
sudo guix-install.sh
|
||||||
|
@end example
|
||||||
|
|
||||||
@quotation Note
|
@quotation Note
|
||||||
By default, @file{guix-install.sh} will configure Guix to download
|
By default, @file{guix-install.sh} will configure Guix to download
|
||||||
pre-built package binaries, called @dfn{substitutes}
|
pre-built package binaries, called @dfn{substitutes}
|
||||||
|
|
Reference in New Issue