summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-10-15 19:41:22 +0200
committerormorph <roma251078@mail.ru>2022-10-15 19:50:11 +0200
commit5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6 (patch)
tree451f771a42e226adae38f4aecf37786c063158eb /README.md
parent802f52c9d328df0a1d9a86b99deedddce868ad84 (diff)
downloadtde-packaging-gentoo-5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6.tar.gz
tde-packaging-gentoo-5f92f207c34ef48c5e95e0cc655a4ba8cc12d6d6.zip
Fixing documentation shotcomings
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 35c3fa6a..4cb60044 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,11 @@ Add all keywords from the ``` trinity.live.keywords ``` file to your setup, if y
After that just run ``` emerge -av trinity-base/tdebase-meta ```, which should pull in all you need to end up with a slim TDE desktop, just like in good old Gentoo KDE3 days. If you need more, just look what the overlay offers at the moment and have fun.
-If you want to use TDM (KDM replacement of TDE), just don't forget to change ``` /etc/conf.d/xdm ``` to use ``` tdm ```.
+If you want to use TDM (KDM replacement of TDE), just don't forget to change ``` /etc/conf.d/display-manager ``` to use ``` tdm ```.
+Add display-manager to autoload:
+```
+# rc-config add display-manager
+```
-----