mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
add zh docsy
This commit is contained in:
20
site/content/zh/installation/homebrew/_index.md
Normal file
20
site/content/zh/installation/homebrew/_index.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user