install procedure updated
This commit is contained in:
parent
afafd1a296
commit
a1b1ce6683
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue