mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 12:34:19 +02:00
Remove double spaced new lines
Signed-off-by: Tom <tom@helix.me.uk>
This commit is contained in:
parent
57ce637c81
commit
8529c00670
1 changed files with 5 additions and 5 deletions
10
readme.md
10
readme.md
|
|
@ -2,9 +2,9 @@
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue