updated readme

This commit is contained in:
Eric Lay 2020-06-15 14:58:23 -05:00
parent 2d0046b77f
commit 9ad4e70d99
1 changed files with 3 additions and 9 deletions

View File

@ -2,7 +2,8 @@
**Simple cli command for using fzf to search and install packages.**\
\
Leverages the power of fzf to search package names and presents complete package information in preview pane. On selection will hand off to Pacman or Yay to complete transaction. \
Leverages the power of fzf to search package names and presents complete package information in preview pane. \
On selection will hand off to Pacman or Yay to complete transaction. \
Includes fpf systemd timer to keep files database up to date automagically.
\
*For use with Pacman or Yay package managers only.*\
@ -12,14 +13,7 @@ Installation:
```
git clone https://github.com/ericlay/fuzzy-pkg-finder
cd fuzzy-pkg-finder
makepkg
sudo pacman -U fuzzy-pkg-finder-0.3-1-any.pkg.tar.xz
```
\
After installation completes:
```
sudo systemctl enable fpf.timer fpf.service
sudo systemctl start fpf.service fpf.timer
makepkg -sric
```
\
Usage: