From c98d206ca3a82c8b7ccc68c08f4bca00bb7cf4ac Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Tue, 4 Jun 2024 03:26:18 +0200 Subject: [PATCH] Update instructions for manual packaging. --- README.org | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 8433e65..4a4dda2 100644 --- a/README.org +++ b/README.org @@ -30,7 +30,7 @@ Wallman currently has three main features: *** Gentoo 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/Dotfiles.git +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 @@ -49,16 +49,19 @@ pip install wallman #+END_SRC ** Installing manually -+ Clone this git repo -+ Create a log file and a configuration file: #+BEGIN_SRC shell +git clone https://git.entheuer.de/emma/Wallman.git +cd Wallman/ mkdir -p ~/.local/share/wallman mkdir -p ~/.config/wallman touch ~/.local/share/wallman/wallman.log cp sample_config.toml ~/.config/wallman/wallman.toml +doas cp src/wallman.py /usr/bin/wallman +doas cp src/wallman_lib.py /usr/bin/wallman_lib.py +doas chmod +x /usr/bin/wallman #+END_SRC + Edit the sample config -+ (Optional): Adjust the loglevel to your liking. This will be part of the config or a command line argument soon. ++ (Optional): Adjust the loglevel in Source Code to your liking. + Profit * Configuration