From 1d65f24b04985d302920222fd9cd605d520c8c56 Mon Sep 17 00:00:00 2001 From: Ken Maglio Date: Thu, 21 Feb 2019 19:54:48 -0600 Subject: [PATCH 1/3] adds documentation for choco package --- docs/INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 80b8f3730..cfe9f8222 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -8,6 +8,11 @@ manager: brew install kustomize +On windows, you can install kusztomize with Chocolatey package +manager: + + choco install kustomize + For all operating systems, download a binary from the [release page]. From 852e7ed5aad20078a9702aa7259c9ba964906816 Mon Sep 17 00:00:00 2001 From: Ken Maglio Date: Tue, 26 Feb 2019 17:19:33 -0600 Subject: [PATCH 2/3] Typo Fix --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index cfe9f8222..206bbd08b 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -8,7 +8,7 @@ manager: brew install kustomize -On windows, you can install kusztomize with Chocolatey package +On windows, you can install kustomize with Chocolatey package manager: choco install kustomize From bb69e9e70b572ba81292ee22023fb794accff0ab Mon Sep 17 00:00:00 2001 From: Ken Maglio Date: Thu, 28 Feb 2019 21:45:40 -0600 Subject: [PATCH 3/3] Updates documentation for support and source --- docs/INSTALL.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 206bbd08b..1c386951f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -9,13 +9,19 @@ manager: brew install kustomize On windows, you can install kustomize with Chocolatey package -manager: +manager. choco install kustomize +For support on the chocolatey package and prior releases, please reference the following links: +- [Choco Package](https://chocolatey.org/packages/kustomize) +- [Package Source](https://github.com/kenmaglio/choco-kustomize) + + For all operating systems, download a binary from the [release page]. + Or try this to grab the latest official release using the command line: