mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Convert docs to docsy
This commit is contained in:
21
site/content/en/installation/homebrew/_index.md
Normal file
21
site/content/en/installation/homebrew/_index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Homebrew / MacPorts"
|
||||
linkTitle: "Homebrew / MacPorts"
|
||||
weight: 3
|
||||
type: docs
|
||||
description: >
|
||||
Install Kustomize for MacOS using Homebrew or MacPorts
|
||||
---
|
||||
|
||||
For [Homebrew](https://brew.sh) users:
|
||||
|
||||
```
|
||||
brew install kustomize
|
||||
```
|
||||
|
||||
For [MacPorts](https://www.macports.org) users:
|
||||
|
||||
```
|
||||
sudo port install kustomize
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user