updated readme

This commit is contained in:
Eric Lay 2020-06-14 06:43:08 -05:00
parent c71c7dc776
commit c8777484c7
1 changed files with 10 additions and 11 deletions

View File

@ -9,7 +9,7 @@ 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 ```
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
@ -17,18 +17,17 @@ sudo pacman -U fuzzy-pkg-finder-0.3-1-any.pkg.tar.xz
``` ```
\ \
After installation completes: After installation completes:
```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: \
\ ```
Syntax: fpf -[y|h] \ Syntax: fpf -[y|h]
Defaults to Pacman if no options passed \ Defaults to Pacman if no options passed
\
options: \ options:
\ -y Search and install with Yay
y Search and install with Yay \ -h Print this help screen
\ ```
h Print this help screen. \