Update installation instructions on Linux to include libnotify dependency. Fix #149 #155

This commit is contained in:
Federico Terzi 2020-01-21 23:34:51 +01:00
parent 437ac039a7
commit 313348b208

View File

@ -20,7 +20,7 @@ so you will need to install those first with the following commands:
``` ```
sudo apt update 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: 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 -Sy
sudo pacman -S libxtst xdotool xclip sudo pacman -S libxtst xdotool xclip libnotify
``` ```
You can now download the latest espanso release: You can now download the latest espanso release: