mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
I don't believe "tree" is under the branch of gnu tools, so it might be misleading to put it under "Install gnu tools." Should we leave it like this or change the title to "Install gnu/unix tools"
732 B
732 B
Developing on Mac OS
Setup your dev environment
First install the tools to build and run tests
Install go 1.13
Add go to your PATH
Install kubeval
go get github.com/instrumenta/kubeval
Add kubeval to your PATH
Install gnu tools
brew install coreutils wget gnu-sed tree
Add the new tools to your PATH
Run the pre-commit tests
Run the pre-commit target to verify your install
make pre-commit
This will run the go tests, as well as documentation tests.