Skip to content

Commit

Permalink
update the tooling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-santos-code committed Sep 29, 2022
1 parent 8567a23 commit 324de9c
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions site/content/en/contribute/mac/_index.md
Expand Up @@ -15,32 +15,8 @@ First install the tools to build and run tests

Add `go` to your PATH

### Install kubeval

[Instructions](https://github.com/instrumenta/kubeval)

```sh
go get github.com/instrumenta/kubeval
```

Add `kubeval` to your PATH

### Install gnu tools

[Instructions](https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/)
### Install tools

```sh
brew install coreutils wget gnu-sed tree
make install-tools
```

Add the new tools to your PATH

## Verify the installation

Verify your install by running `make`:

```sh
make
```

Be default, this runs all tests needed to qualify a pull request.

0 comments on commit 324de9c

Please sign in to comment.