From 6462bde1aa4560e534b1aea4b1003eba35e37bdc Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 01:29:23 +0200 Subject: [PATCH] README.md updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71bad05..ab0b1d3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ 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) + +Fix it by (should install detox and/or imagemagick if they are missing) ``` sudo apt-get install -f ```