Files
kustomize/site/content/en/contribute/mac/_index.md
2022-11-17 12:57:17 -05:00

23 lines
316 B
Markdown

---
title: "MacOS Dev Guide"
linkTitle: "MacOS Dev Guide"
type: docs
weight: 50
description: >
How to develop on MacOS
---
First install the tools to build and run tests
### Install go 1.19
[Instructions](https://golang.org/doc/install)
Add `go` to your PATH
### Install tools
```sh
make install-tools
```