Skip to content

Commit

Permalink
Add bash v4 to requirements (#9797)
Browse files Browse the repository at this point in the history
  • Loading branch information
julz authored Oct 13, 2020
1 parent 67c36c8 commit a6cb827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ You must install these tools:
1. [`ko`](https://github.com/google/ko): For development.
1. [`kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl/): For
managing development environments.
1. [`bash`](https://www.gnu.org/software/bash/) v4 or later. On MacOS the
default bash is too old, you can use [Homebrew](https://brew.sh) to install
a later version.

If you're working on and changing `.proto` files:

Expand Down

0 comments on commit a6cb827

Please sign in to comment.