upd for Ubuntu 20.04, Linux Mint 20, Arch Linux
This commit is contained in:
parent
07a7680df8
commit
e68fef7879
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -34,6 +34,21 @@ sudo apt-get update
|
|||
sudo apt-get install wpfind
|
||||
```
|
||||
|
||||
For Ubuntu 20.04, Linux Mint 20.x, and other derivatives
|
||||
|
||||
```
|
||||
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
||||
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ focal main" | sudo tee /etc/apt/sources.list.d/makoto.list
|
||||
sudo apt-get update
|
||||
sudo apt-get install wpfind
|
||||
```
|
||||
|
||||
For Arch Linux and other derivatives
|
||||
|
||||
```
|
||||
trizen -S wpfind
|
||||
```
|
||||
|
||||
Usage options
|
||||
-------------
|
||||
|
||||
|
@ -47,7 +62,7 @@ Usage options
|
|||
|
||||
Find wallpapers recursively in a dir and sub-directories...
|
||||
|
||||
Version : 0.1.2
|
||||
Version : 0.1.3
|
||||
Author : Francois B (Makoto)
|
||||
Licence : GPLv3
|
||||
|
||||
|
|
Loading…
Reference in a new issue