From 28c322d6fb1f0634966792e307dc76468096fb3d Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 28 Feb 2022 14:17:15 +0100 Subject: [PATCH] minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362334a..1761502 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Then install with one of the following options: ```shell 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 ```