From eb6db14be63547d2dcd3220bc42415ea3958cc99 Mon Sep 17 00:00:00 2001 From: Francois B Date: Mon, 21 May 2018 18:18:48 +0200 Subject: [PATCH] repo and install instructions updated --- README.md | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 01aaa2a..2314206 100644 --- a/README.md +++ b/README.md @@ -11,25 +11,16 @@ Requirements * Ubuntu, Linux Mint (should work on other Ubuntu derivatives) * detox -``` -sudo apt-get install detox -``` * imagemagick -``` -sudo apt-get install imagemagick -``` 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 (should install detox and/or imagemagick if they are missing) -``` -sudo apt-get install -f +curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - +echo "deb https://packagecloud.io/makoto/stable/ubuntu/ xenial main" | sudo tee /etc/apt/sources.list.d/makoto.list +sudo apt-get update +sudo apt-get install wpfind ``` Usage options @@ -85,14 +76,10 @@ Credits This script has been written by Francois B. (Makotosan/Shakasan) -* Email : shakasan@sirenacorp.be -* Website : https://sirenacorp.be/ +* Email : francois@makotonoblog.be +* Website : https://makotonoblog.be/wpfind/ Licence ------- -The script is licensed under the terms of the GPLv3 - -Changelog ---------- -2017-09-02 : initial release 0.1 +The script is licensed under the terms of the GPLv3 \ No newline at end of file