add zh docsy

This commit is contained in:
guoxudong
2020-06-15 13:39:13 +08:00
parent a0072a2cf9
commit 518147c129
240 changed files with 49830 additions and 1083 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Homebrew / MacPorts"
linkTitle: "Homebrew / MacPorts"
weight: 3
type: docs
description: >
MacOS 系统可以使用 Homebrew 或 MacPorts 来安装 Kustomize。
---
[Homebrew](https://brew.sh) 用户可以:
```
brew install kustomize
```
[MacPorts](https://www.macports.org) 用户可以:
```
sudo port install kustomize
```