From e3687899a2ac3cb1aa0fa556e61f629837037af5 Mon Sep 17 00:00:00 2001 From: earnestly Date: Sun, 4 Jul 2021 15:08:20 +0100 Subject: [PATCH] doc: Further rationale Note that startx itself does call upon admins to improve the script for their particular situation. This also removes the example using DESTDIR as any package maintainer would already be familiar with this standard and expect it to work implicitly. For those who aren't familiar it merely serves as minor confusion. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index b31f0b9..bc180fa 100644 --- a/README +++ b/README @@ -6,7 +6,9 @@ INTRODUCTION an Xorg server. It started life as a proof of concept while attempting to learn how both - xinit and startx worked. + xinit and startx worked while taking up the offer presented in startx: + + > Site administrators are STRONGLY urged to write nicer versions. It is not a direct replacement however as it provides a different, more limited, interface. @@ -31,7 +33,7 @@ INTRODUCTION * The XDG_CONFIG_HOME/sx/sxrc file is used instead of .xinitrc and is required to be executable. - For a rationale on why this exists, the author invites the reader to + For a rationale on why this exists the author invites the reader to look over the source code for both xinit and startx. REQUIRES @@ -42,4 +44,4 @@ REQUIRES INSTALL - make PREFIX=/usr DESTDIR=staged install + make PREFIX=/usr install