install procedure updated

This commit is contained in:
Francois B. (Makoto) 2018-06-10 21:58:33 +02:00
parent afafd1a296
commit a1b1ce6683

View file

@ -25,6 +25,15 @@ sudo apt-get update
sudo apt-get install wpfind
```
For Ubuntu 18.04, Linux Mint 19.x, and other derivatives
```
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/makoto.list
sudo apt-get update
sudo apt-get install wpfind
```
Usage options
-------------