removing some gnu requirements

This commit is contained in:
James Tomasino 2018-03-30 12:07:31 -04:00
parent 3d5319afb0
commit 6f5bedded3
1 changed files with 1 additions and 9 deletions

View File

@ -10,19 +10,11 @@
* bash 4+
* Install on OSX: `brew install bash`
#### Recommended
* GNU sed
* Avoids creation of `.bak` files in strange places on OSX
* Install on OSX: `brew install gnu-sed --with-default-names`
#### Optional
* GNU getopt
* Required to use long named switches, like --version or --help instead of -v and -h.
* Install on OSX: `brew install gnu-getopt --with-default-names`
### Install