diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index f261f90671d8..25795573e5f5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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: