This commit is contained in:
Daniel Langbein 2022-02-28 14:17:15 +01:00
parent b840a796f0
commit 28c322d6fb

View File

@ -64,7 +64,7 @@ Then install with one of the following options:
```shell ```shell
sudo python3 -m pip install --upgrade git+https://codeberg.org/privacy1st/execNotify sudo python3 -m pip install --upgrade git+https://codeberg.org/privacy1st/execNotify
sudo python3 -m pip install --upgrade ~/Downloads/git/execNotify/ sudo python3 -m pip install --upgrade .
sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify sudo python3 -m pip install --upgrade --index-url https://test.pypi.org/simple/ --no-deps de.p1st.exec-notify
``` ```