From 313348b208b1c9f49b3e4b65a86590f677817619 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Tue, 21 Jan 2020 23:34:51 +0100 Subject: [PATCH] Update installation instructions on Linux to include libnotify dependency. Fix #149 #155 --- install/linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux.md b/install/linux.md index fa34c0e..2a59947 100644 --- a/install/linux.md +++ b/install/linux.md @@ -20,7 +20,7 @@ so you will need to install those first with the following commands: ``` sudo apt update -sudo apt install libxtst6 libxdo3 xclip +sudo apt install libxtst6 libxdo3 xclip libnotify-bin ``` You can now download the latest espanso release: @@ -79,7 +79,7 @@ so you will need to install those first with the following commands: ``` sudo pacman -Sy -sudo pacman -S libxtst xdotool xclip +sudo pacman -S libxtst xdotool xclip libnotify ``` You can now download the latest espanso release: