Skip to content

Commit b8f6d5d

Browse files
authored
chore: add bash version requirement in devopment doc (cloudnative-pg#2152)
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
1 parent 7620d60 commit b8f6d5d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contribute/development_environment/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ brew install go \
8585
goreleaser
8686
```
8787

88+
Please note that bash v5.0+ is required, this can be installed with:
89+
``` bash
90+
brew install bash
91+
```
92+
8893
>**⚠️ Note:**
8994
>If `kind` is already installed, make sure you have the latest version:
9095
>

0 commit comments

Comments
 (0)