From 011d654bd43d5c2d33df4ca51cd0395969d3287d Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 18 Sep 2021 18:36:48 +0800 Subject: [PATCH] update the doc --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 0069e5a..21e90c6 100644 --- a/README.md +++ b/README.md @@ -59,19 +59,10 @@ Install the [AppIndicator and KStatusNotifierItem Support](https://extensions.gn 1. Install the Qt dependencies - For Ubuntu 20, this should work. - ```sh sudo apt install -y build-essential qtbase5-dev libqt5websockets5-dev qtwebengine5-dev ``` - - For Ubuntu 21, you need to install the base pieces separately as QT5 is the default. - - ```sh - sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5websockets5-dev qtwebengine5-dev qttools5-dev debhelper - ``` - -### OpenSUSE +### openSUSE Install the Qt dependencies ```sh