diff --git a/README.md b/README.md index 6f0474a..cfa9142 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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.\ -\ -*For use with Pacman or Yay package managers only.* \ No newline at end of file +Use by invoking 'pacfzf' or 'yayfzf' commands\ +*For use with Pacman or Yay package managers only.* diff --git a/fuzzy-pkg-finder.hook b/fuzzy-pkg-finder.hook index 335c885..6cf920b 100644 --- a/fuzzy-pkg-finder.hook +++ b/fuzzy-pkg-finder.hook @@ -7,4 +7,4 @@ Target = fuzzy-pkg-finder [Action] Description = Syncing file database... When = PostTransaction -Exec = /bin/sh -c 'sudo pacman -Fy && yay -Fy' +Exec = /bin/sh -c 'pacman -Fy && yay -Fy'