Skip to content

Commit

Permalink
adding bash version requirement to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hattan committed Nov 13, 2024
1 parent c2abc20 commit 0c32ca8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# shArg
argument parsing library for .sh files.

## Dependencies

Bash 4 or greater.

If running on MacOs, please ensure you are using a newer version of bash.

To find the bash version you have installed `bash --version`

To upgrade bash on MacOs `brew install bash`

## Simple Example:

Expand Down

0 comments on commit 0c32ca8

Please sign in to comment.