Merge pull request #1753 from oke-py/gnu-sed

brew install gnu-sed
This commit is contained in:
Jeff Regan
2019-11-08 12:53:02 -08:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ Add `kubeval` to your PATH
[Instructions](https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/) [Instructions](https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/)
```sh ```sh
brew install coreutils wget sed brew install coreutils wget gnu-sed
``` ```
Add the new tools to your PATH Add the new tools to your PATH