mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
23 lines
316 B
Markdown
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
|
|
```
|