repo and install instructions updated
This commit is contained in:
parent
c77c6537be
commit
eb6db14be6
1 changed files with 7 additions and 20 deletions
27
README.md
27
README.md
|
@ -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
|
|
Loading…
Reference in a new issue