From 5e790b7496b8128c67656c3c5218250a345e30f5 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 31 Dec 2020 13:21:35 +0100 Subject: [PATCH] [doc] Add reference to slackbuild fixes #755 --- README.md | 2 ++ docs/introduction.rst | 3 +++ 2 files changed, 5 insertions(+) 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 ------------