From 1cd1bded2c387cff9d89d42e3770df12a7e54c11 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 4 Jun 2022 15:24:48 +0100 Subject: [PATCH] improve notes --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38a838bb6..22d7e78e4 100644 --- a/README.md +++ b/README.md @@ -133,15 +133,13 @@ ninja -C build -v ``` ----- -**NOTE:** If you do not want security issues make sure sysactions.conf is in -/etc/enlightenment (not PREFIX/etc/enlightenment) as this is the first place -it looks at. This file is intended to be customized by packagers and +**NOTE:** If you do not want security issues make sure `sysactions.conf` is in +`/etc/enlightenment` (not `PREFIX/etc/enlightenment`) as this is the first +place it looks at. This file is intended to be customized by packagers and system integrators to match your policies and scripts/tools. -**NOTE:** To enable wayland support (still considered experimental and not for -regular end users) use the meson -Dwl=true option. To run enlightenment in -wayland mode, just log on on any VT and run enlightenment_start. If you +**NOTE:** To enable Wayland support (still considered experimental and not for +regular end users) use the meson -Dwl=true option. To run Enlightenment in +Eayland mode, just log on on any text VT and run enlightenment_start. If you wish to debug and see all the output try using something like screen then attaching to the remote screen session by sshing in etc. - -