diff mbox series

[bug#70022,2/2] doc: Binary Installation: add Parabola packages.

Message ID ba7346281a24c9305dc6f26936ad3de9d02a6b7a.1711495227.git.GNUtoo@cyberdimension.org
State New
Headers show
Series Binary Installation: Add more distros. | expand

Commit Message

Denis 'GNUtoo' Carikli March 27, 2024, 12:17 a.m. UTC
* doc/guix.texi (Binary Installation): add Parabola packages.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Change-Id: Id646152c54de0a958740314b09fdcf6af898e22e
---
 doc/guix.texi | 13 +++++++++++++
 1 file changed, 13 insertions(+)
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 61245025a0..9c68352cb0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -773,6 +773,19 @@  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 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
+
 When you're done, @pxref{Application Setup} for extra configuration you
 might need, and @ref{Getting Started} for your first steps!
 @end quotation