Remove double spaced new lines

Signed-off-by: Tom <tom@helix.me.uk>
This commit is contained in:
Tom 2026-03-20 11:59:09 +00:00
commit 8529c00670

View file

@ -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