diff --git a/README.org b/README.org index e54fee0..8d4a671 100644 --- a/README.org +++ b/README.org @@ -62,12 +62,12 @@ sudo mkdir -p /var/log/wallman sudo chmod 733 /var/log/wallman mkdir -p ~/.config/wallman cp sample_config.toml ~/.config/wallman/wallman.toml -doas mkdir -p /etc/wallman/ +sudo mkdir -p /etc/wallman/ cp -R icons/ /etc/wallman/ -doas cp src/wallman.py /usr/bin/wallman -doas cp src/wallman_lib.py /usr/bin/wallman_lib.py -doas cp src/wallman_systray.py /usr/bin/wallman_systray.py -doas chmod +x /usr/bin/wallman +sudo cp src/wallman.py /usr/bin/wallman +sudo cp src/wallman_lib.py /usr/bin/wallman_lib.py +sudo cp src/wallman_systray.py /usr/bin/wallman_systray.py +sudo chmod +x /usr/bin/wallman #+END_SRC + Edit the sample config + Profit @@ -114,7 +114,6 @@ The keys in the dictionary once again do not matter, the names of the keys in ea ** Structuring + Write unittests + Add documentation for developers -+ Add more type annotations! ** Technical Details + Improve Modularity (Partially done)