Skip to content

Commit 766fb25

Browse files
jeroptekton-robot
authored andcommitted
Add bash v4+ requirement to the development guide
The development scripts require bash v4+. Today, this is not documented in our development guide, and can cause to confusing errors especially in MacOS (which has older versions). This commit documents the bash v4+ requirement to help new contributors who may have run into this issue.
1 parent 8575d85 commit 766fb25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEVELOPMENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ You must install these tools:
9393
--user="${USER}"
9494
```
9595

96+
1. [`bash`](https://www.gnu.org/software/bash/) v4 or higher: For scripts used to
97+
generate code and update dependencies. On MacOS the default bash is too old,
98+
you can use [Homebrew](https://brew.sh) to install a later version.
99+
96100
### Configure environment
97101

98102
To [build, deploy and run your Tekton Objects with `ko`](#install-pipeline), you'll need to set these environment variables:

0 commit comments

Comments
 (0)