Skip to content

Commit

Permalink
add fzf prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
ntno committed Dec 23, 2022
1 parent 772e01a commit cd9a474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd9a474

Please sign in to comment.