From 2238501be552a1a7f426f6be08dcaaa875339c61 Mon Sep 17 00:00:00 2001 From: loveless90 Date: Mon, 13 Apr 2020 22:49:18 +0200 Subject: [PATCH] Update README.md Remove dependency qtbase5-dev, because qt5-default installs it as dependency. Complete cp-command needed for copying Systray_X.json. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 875ed12..288f1cf 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Requirements: ```dnf install qt5-qtbase-devel``` - Debian/Ubuntu: - ```apt install zip git g++ make qt5-default qtbase5-dev``` + ```apt install zip git g++ make qt5-default``` Build: ```bash @@ -104,7 +104,7 @@ make Install: ```bash mkdir -p ~/.mozilla/native-messaging-hosts -cp -f app/config/linux/SysTray_X.json +cp -f app/config/linux/SysTray_X.json ~/.mozilla/native-messaging-hosts/ cp -f systray-x@Ximi1970.xpi ~/.thunderbird/*.default-release/extensions/ ``` ...