From 6108d67a274ca58520af4f8b00317ef0fc2ba1f4 Mon Sep 17 00:00:00 2001 From: anntnzrb Date: Mon, 21 Jun 2021 10:14:02 -0500 Subject: [PATCH] Avoid wrapping links --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 724fe0a..e0946ce 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ # System Crafters Guix Installer -This repository runs automated CI builds to produce a [GNU -Guix](https://guix.gnu.org) installation image using the **full Linux kernel** -from the [Nonguix channel](https://gitlab.com/nonguix/nonguix). If you are -using a modern laptop or hardware that is incompatible with the Linux Libre -kernel, this installer image is for you! +This repository runs automated CI builds to produce a +[GNU Guix](https://guix.gnu.org) installation image using the +**full Linux kernel** from the +[Nonguix channel](https://gitlab.com/nonguix/nonguix). If you are using a +modern laptop or hardware that is incompatible with the **Linux Libre kernel**, +this installer image is for you! -You can take a look at the [image configuration](installer.scm) and the [build -workflow](.github/workflows/build.yaml) to be sure that we aren't adding +You can take a look at the [image configuration](installer.scm) and the +[build workflow](.github/workflows/build.yaml) to be sure that we aren't adding anything malicious to these builds! -A new ISO is produced at least once a week, sometimes more often if we're making -improvements to the configuration. +A new ISO is produced at least once a week, sometimes more often if we're +making improvements to the configuration. Special thanks to [@anntnzrb](https://github.com/anntnzrb) for providing the starting point for the CI configuration! ## License -The code in this repository is licensed under the [GNU General Public License v3](LICENSE.txt). +The code in this repository is licensed under the +[GNU General Public License v3](LICENSE.txt).