From cd9a474cae2af95f48357317b204af11a38a1999 Mon Sep 17 00:00:00 2001 From: ntno Date: Fri, 23 Dec 2022 16:32:25 -0500 Subject: [PATCH] add fzf prerequisite --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63a818f..5b275b3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It uses the GitHub API, and requires gh (GitHub CLI) and jq (JSON processor). ## QuickStart -1. Install pre-requisites [GitHub CLI](https://github.com/cli/cli) and [jq](https://github.com/stedolan/jq), for example on `MacOS`: +1. Install pre-requisites [GitHub CLI](https://github.com/cli/cli), [jq](https://github.com/stedolan/jq), and [fzf](https://github.com/junegunn/fzf) for example on `MacOS`: ```sh - $ brew install gh jq + $ brew install gh jq fzf ``` 2. Install `delete-workflow-runs` globally: