From 0dc4e6c7096eb45f1f23e3adde805eb370138bdc Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 20 May 2020 17:28:41 +0200 Subject: [PATCH] [docs] add downgrade instructions --- docs/FAQ.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index c2a1513..ff00d23 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -14,11 +14,11 @@ If that is not an acceptable solution, here are different ways to step back to the last stable version: git - ``git checkout v1.10`` + ``git checkout v1.10.4`` pip - ``pip install --user --force-reinstall bumblebee-status==1.10`` + ``pip install --user --force-reinstall bumblebee-status==1.10.4`` aur - TODO + ``# checkout rev. 9a53906a0decf30946c22976c8b4f34ab4354d74 from https://aur.archlinux.org/bumblebee-status.git` My bar doesn’t show any background colors -----------------------------------------