diff --git a/README.md b/README.md index 75ace2d..7268a16 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ makepkg -sicr pip install --user bumblebee-status ``` +There is also a SlackBuild available here: [slackbuilds:bumblebee-status](http://slackbuilds.org/repository/14.2/desktop/bumblebee-status/) - many thanks to [@Tonus1](https://github.com/Tonus1)! + # Dependencies [Available modules](https://bumblebee-status.readthedocs.io/en/main/modules.html) lists the dependencies (Python modules and external executables) for each module. If you are not using a module, you don't need the dependencies. diff --git a/docs/introduction.rst b/docs/introduction.rst index 7c3de02..3831d4b 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -19,6 +19,9 @@ Installation # will install bumblebee-status into ~/.local/bin/bumblebee-status pip install --user bumblebee-status + +There is also a SlackBuild available here: [slackbuilds:bumblebee-status](http://slackbuilds.org/repository/14.2/desktop/bumblebee-status/) - many thanks to [@Tonus1](https://github.com/Tonus1)! + Dependencies ------------