Skip to content

Commit a353b45

Browse files
authored
[docs] Document requirement to install modern bash on macos (#3841)
1 parent fcae0d3 commit a353b45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ To start developing on AvalancheGo, you'll need a few things installed.
88
- gcc
99
- g++
1010

11+
On MacOS, a modern version of bash is required (e.g. via [homebrew](https://brew.sh/) with `brew install bash`). The version installed by default is not compatible with AvalancheGo's [shell scripts](scripts).
12+
1113
## Issues
1214

1315
### Security

0 commit comments

Comments
 (0)