diff mbox series

[bug#70022,v3,3/3] doc: Binary Installation: Add Parabola packages.

Message ID 6537a1aac7a96d632b9fa7429852777ce3d3b912.1712992732.git.pelzflorian@pelzflorian.de
State New
Headers show
Series [bug#70022,v3,1/3] doc: Warn about foreign distro Guix packages' security. | expand

Commit Message

pelzflorian (Florian Pelz) April 13, 2024, 7:18 a.m. UTC
From: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>

* 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>
---
 doc/guix.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

Changes since v2 in patch 1:
 * Reworded 'occasionaly' to 'lately'.
 * Fixed genitive ending 'distributions' packages'
No changes in originally Denis' patches 2 and 3.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index dd62d77d36..0ca1d1ba90 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -761,6 +761,12 @@  Binary Installation
 sudo zypper install guix
 @end example
 
+And if you're 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},
 which automates the binary installation process without use of a foreign
 distro package
@@ -786,6 +792,13 @@  Binary Installation
 # ./guix-install.sh
 @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
 By default, @file{guix-install.sh} will configure Guix to download
 pre-built package binaries, called @dfn{substitutes}