diff --git a/README.md b/README.md index cedf57f..f617b2b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,13 @@ ## Installation -### Installation - global +### Installation - Arch Linux + +```shell +make +``` + +### Installation - pip Requires `pip` (e.g. `pacman -S --needed python-pip`). @@ -79,13 +85,6 @@ python3 -m pip install git+https://codeberg.org/privacy1st/exec-notify python3 -m pip install ~/Downloads/git/exec-notify/ ``` -Note about usage of TestPyPI and `--no-deps`: - -> Since TestPyPI doesn't have the same packages as the live PyPI, it's possible that attempting -> to install dependencies may fail or install something unexpected. While this package -> doesn't have any dependencies, it's a good practice to avoid installing dependencies when -> using TestPyPI. - (Optionally) list installed modules: ```shell