From a7615a33e024059790e7a94f44323924ede3a200 Mon Sep 17 00:00:00 2001 From: ShiningLea Date: Thu, 9 May 2024 20:25:34 +0200 Subject: [PATCH] Clarify status of dependencies --- readme.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 314e33f..e29daac 100644 --- a/readme.md +++ b/readme.md @@ -5,15 +5,17 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. ## Dependencies - - zig 0.12.0 - - a C standard library - - pam - - xcb - - xorg - - xorg-xauth - - mcookie - - tput - - shutdown +- Compile-time: + - zig 0.12.0 + - a C standard library + - pam + - xcb +- Runtime (with default config): + - xorg + - xorg-xauth + - mcookie + - tput + - shutdown ### Debian ``` @@ -101,7 +103,6 @@ disable getty on Ly's tty to prevent "login" from spawning on top of it ``` ### OpenRC - **NOTE**: On Gentoo, Ly will disable the `display-manager-init` service in order to run. Clone, compile and test.