Skip to content

Commit f5493d5

Browse files
author
Bassem Dghaidi
committed
Add more information
1 parent ec0e134 commit f5493d5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ With an access token generated with a GitHub App you don't have to worry about t
3838
3939
## Installation
4040
41-
### Pre-requisites
41+
### Prerequisites
4242
4343
- `Bash 5.x+`
4444
- `jq`
@@ -380,7 +380,12 @@ This is an indication that the script was not able to fetch an `installation id`
380380
381381
### I get a weird syntax error
382382
383-
Make sure you're running `bash 5.x+`. If you're running MacOS the version of `bash` installed is `3.2` which is not compatible with this tool.
383+
Make sure you're running `bash 5.x+`. If you're running MacOS, the version of `bash` installed is `3.2` which is not compatible with this tool.
384+
385+
```sh
386+
# Upgrade bash and that should resolve your problem
387+
brew upgrade bash
388+
```
384389
385390
## Similar projects
386391

0 commit comments

Comments
 (0)