Files
kustomize/site/content/en/contribute/mac/_index.md
2023-06-06 22:39:06 +09: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.20
[Instructions](https://golang.org/doc/install)
Add `go` to your PATH
### Install tools
```sh
make install-tools
```