Files
kustomize/site/content/en/contribute/mac/_index.md
2024-09-15 01:40:50 +09:00

23 lines
311 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
[Instructions](https://golang.org/doc/install)
Add `go` to your PATH
### Install tools
```sh
make install-tools
```