From f42cc4cefb7adb54a54113611fa13518ce2b710f Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Fri, 12 Jun 2020 16:26:56 -0500 Subject: [PATCH] updated readme --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index dad2a0a..949aa6c 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -# fuzzy-pkg-finder + # fuzzy-pkg-finder **Simple cli command for using fzf to search and install packages.**\ \ -Performs live search by package name and presents package information including file list in preview pane.\ -Includes fpf systemd timer to keep files database up to date automagically.\ -\ -*For use with Pacman or Yay package managers only.*\ -*Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf*\ +Performs live search by package name and presents package information including file list in preview pane. \ +Includes fpf systemd timer to keep files database up to date automagically. \ \ -Installation:\ -```bash\ +*For use with Pacman or Yay package managers only.*\ +*Entirely inspired by command found at https://wiki.archlinux.org/index.php/Fzf* \ + \ +Installation: \ +```bash git clone https://github.com/ericlay/fuzzy-pkg-finder cd fuzzy-pkg-finder makepkg sudo pacman -U fuzzy-pkg-finder-0.1-1-any.pkg.tar.xz -```\ +``` \ -After installation completes:\ -```bash\ +After installation completes: \ +```bash sudo systemctl enable fpf.timer fpf.service sudo systemctl start fpf.service fpf.timer -```\ +``` \ -Usage:\ -Use by invoking pacfzf or yayfzf to search the respective repositories.\ +Usage: \ +Use by invoking pacfzf or yayfzf to search the respective repositories. \