diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-27 01:17:16 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2024-06-06 23:38:31 +0200 |
commit | 902a55e1dc35673f6f0d79103b9ebb58638e208e (patch) | |
tree | 30b9915018ffc177206ee62722ab96c8b4915af9 /doc | |
parent | 66eb60509dfcba86fbe91a69d93614aa153cef83 (diff) | |
download | guix-902a55e1dc35673f6f0d79103b9ebb58638e208e.tar.gz guix-902a55e1dc35673f6f0d79103b9ebb58638e208e.zip |
doc: Binary Installation: Mention Trisquel package.
* doc/guix.texi (Binary Installation): Also mention Trisquel package.
Change-Id: Iae6f77de43de2c6f387b99a10dcae5b9d82aaee1
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2c83848f8b..6a99994a65 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -128,6 +128,7 @@ Copyright @copyright{} 2024 Herman Rimm@* Copyright @copyright{} 2024 Matthew Trzcinski@* Copyright @copyright{} 2024 Richard Sent@* Copyright @copyright{} 2024 Dariqq@* +Copyright @copyright{} 2024 Denis 'GNUtoo' Carikli@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -748,7 +749,7 @@ installation script or @i{via} the native package manager of their foreign distribution, to also regularly read and follow security notices, as shown by @command{guix pull}. -For Debian or a derivative such as Ubuntu, call: +For Debian or derivatives such as Ubuntu or Trisquel, call: @example sudo apt install guix |