Skip to content

Commit

Permalink
Merge pull request #4 from ntno/add-prereq
Browse files Browse the repository at this point in the history
add fzf prerequisite
  • Loading branch information
jv-k committed Dec 23, 2022
2 parents 772e01a + cd9a474 commit f245d8d
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 f245d8d

Please sign in to comment.