updated readme
This commit is contained in:
parent
99b203f56e
commit
f42cc4cefb
|
@ -9,18 +9,18 @@ Includes fpf systemd timer to keep files database up to date automagically.\
|
||||||
*Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf* \
|
*Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf* \
|
||||||
\
|
\
|
||||||
Installation: \
|
Installation: \
|
||||||
```bash\
|
```bash
|
||||||
git clone https://github.com/ericlay/fuzzy-pkg-finder
|
git clone https://github.com/ericlay/fuzzy-pkg-finder
|
||||||
cd fuzzy-pkg-finder
|
cd fuzzy-pkg-finder
|
||||||
makepkg
|
makepkg
|
||||||
sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz
|
sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz
|
||||||
```\
|
```
|
||||||
\
|
\
|
||||||
After installation completes: \
|
After installation completes: \
|
||||||
```bash\
|
```bash
|
||||||
sudo systemctl enable fpf.timer fpf.service
|
sudo systemctl enable fpf.timer fpf.service
|
||||||
sudo systemctl start fpf.service fpf.timer
|
sudo systemctl start fpf.service fpf.timer
|
||||||
```\
|
```
|
||||||
\
|
\
|
||||||
Usage: \
|
Usage: \
|
||||||
Use by invoking pacfzf or yayfzf to search the respective repositories. \
|
Use by invoking pacfzf or yayfzf to search the respective repositories. \
|
||||||
|
|
Loading…
Reference in New Issue