From 03596e04239fe4a687c44c2b11b828548df0ffbe Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 4 Jun 2024 03:30:47 +0200 Subject: [PATCH] Improve clarity --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4a4dda2..54ceb9b 100644 --- a/README.org +++ b/README.org @@ -28,13 +28,14 @@ Wallman currently has three main features: ** Installing with package Manager *** Gentoo -This program, as of now, can be installed very easily on gentoo. Just follow these instructions +This program, as of now, can be installed very easily on gentoo. Just follow these instructions: #+BEGIN_SRC shell git clone https://git.entheuer.de/emma/Wallman.git doas eselect repository create wallman doas cp -rf Wallman/distfiles/Gentoo/wallman /var/db/repos/ doas emerge -av wallman #+END_SRC +A proper portage overlay will be created soon so that updates can be handled automatically. *** Arch Linux Support for Arch Linux will be added soon.