Skip to content

Commit

Permalink
upd for Ubuntu 20.04, Linux Mint 20, Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shakasan committed May 31, 2020
1 parent 07a7680 commit e68fef7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand All @@ -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
Expand Down

0 comments on commit e68fef7

Please sign in to comment.