repo and install instructions updated

This commit is contained in:
Francois B 2018-05-21 18:18:48 +02:00
parent c77c6537be
commit eb6db14be6

View file

@ -11,25 +11,16 @@ Requirements
* Ubuntu, Linux Mint (should work on other Ubuntu derivatives) * Ubuntu, Linux Mint (should work on other Ubuntu derivatives)
* detox * detox
```
sudo apt-get install detox
```
* imagemagick * imagemagick
```
sudo apt-get install imagemagick
```
Installation Installation
------------ ------------
``` ```
sudo dpkg -i wpfind.deb 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
If requirements are not installed, the previous command will fail because the dependencies are not satisfied. sudo apt-get update
sudo apt-get install wpfind
Fix it by (should install detox and/or imagemagick if they are missing)
```
sudo apt-get install -f
``` ```
Usage options Usage options
@ -85,14 +76,10 @@ Credits
This script has been written by Francois B. (Makotosan/Shakasan) This script has been written by Francois B. (Makotosan/Shakasan)
* Email : shakasan@sirenacorp.be * Email : francois@makotonoblog.be
* Website : https://sirenacorp.be/ * Website : https://makotonoblog.be/wpfind/
Licence Licence
------- -------
The script is licensed under the terms of the GPLv3 The script is licensed under the terms of the GPLv3
Changelog
---------
2017-09-02 : initial release 0.1