From 8529c0067079355b0c1c17dc5df1bb732664c5fd Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 20 Mar 2026 11:59:09 +0000 Subject: [PATCH] Remove double spaced new lines Signed-off-by: Tom --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 4847ac8..578adfc 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,9 @@ ![Ly screenshot](.github/screenshot.png "Ly screenshot") -Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD, designed with portability in mind and doesn't require systemd to run. +Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD, designed with portability in mind and doesn't require systemd to run. -Join us on Matrix over at [#ly-dm:matrix.org](https://matrix.to/#/#ly-dm:matrix.org)! +Join us on Matrix over at [#ly-dm:matrix.org](https://matrix.to/#/#ly-dm:matrix.org)! > [!NOTE] > Development happens on [Codeberg](https://codeberg.org/fairyglade/ly) with a mirror on [GitHub](https://github.com/fairyglade/ly). @@ -93,9 +93,9 @@ $ zig build run ``` > [!IMPORTANT] -> While you can run Ly in a terminal emulator as root, it is **not** recommended. If you want to test Ly, please enable its service (as described below) and reboot your machine. +> While you can run Ly in a terminal emulator as root, it is **not** recommended. If you want to test Ly, please enable its service (as described below) and reboot your machine. -The following sections show how to install Ly for a particular init system, because the procedure is very similar for all of them, the commands will only be explained for systemd. +The following sections show how to install Ly for a particular init system, because the procedure is very similar for all of them, the commands will only be explained for systemd. > [!NOTE] > All following sections will assume you are using LightDM for convenience sake. @@ -111,7 +111,7 @@ Now, you can install Ly on your system: > [!NOTE] > The `init_system` parameter is optional and defaults to `systemd`. -Note that you also need to disable your current display manager. For example, if you were using LightDM, you can execute the following command: +Note that you also need to disable your current display manager. For example, if you were using LightDM, you can execute the following command: ``` # systemctl disable lightdm.service