From 9696b0c40326dd75280907d74b352de727218039 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 01:28:43 +0200 Subject: [PATCH] README.md updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5297d03..71bad05 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ Installation ``` sudo dpkg -i wpfind.deb ``` +If requirements are not installed, the previous command will fail because the dependencies are not satisfied. +Fix it by (which should install detox and/or imagemagick if they are missing) +``` +sudo apt-get install -f +``` Usage options -------------