From a8b667780a726dd193917b1fa5004d677193db86 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sat, 17 Oct 2020 14:05:17 +0300 Subject: [PATCH] Add Windows OS to CLI install docs Signed-off-by: Stefan Prodan --- README.md | 2 +- docs/components/helm/controller.md | 2 +- docs/components/kustomize/controller.md | 2 +- docs/components/notification/controller.md | 2 +- docs/components/source/controller.md | 2 +- docs/get-started/index.md | 3 ++- docs/guides/installation.md | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e63a488d..482231a0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash . <(gotk completion bash) ``` -Binaries for macOS and Linux AMD64/ARM64 are available to download on the +Binaries for macOS, Windows and Linux AMD64/ARM are available to download on the [release page](https://github.com/fluxcd/toolkit/releases). Verify that your cluster satisfies the prerequisites with: diff --git a/docs/components/helm/controller.md b/docs/components/helm/controller.md index ff85b676..4e9213e2 100644 --- a/docs/components/helm/controller.md +++ b/docs/components/helm/controller.md @@ -24,4 +24,4 @@ Features: Links: - Source code [fluxcd/helm-controller](https://github.com/fluxcd/helm-controller) -- Specification [docs](https://github.com/fluxcd/helm-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/helm-controller/tree/main/docs/spec) diff --git a/docs/components/kustomize/controller.md b/docs/components/kustomize/controller.md index a9acf827..3d0bafb9 100644 --- a/docs/components/kustomize/controller.md +++ b/docs/components/kustomize/controller.md @@ -20,4 +20,4 @@ Features: Links: - Source code [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller) -- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/kustomize-controller/tree/main/docs/spec) diff --git a/docs/components/notification/controller.md b/docs/components/notification/controller.md index 6eccdbb9..e3bc97f6 100644 --- a/docs/components/notification/controller.md +++ b/docs/components/notification/controller.md @@ -14,4 +14,4 @@ based on event severity and involved objects. Links: - Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller) -- Specification [docs](https://github.com/fluxcd/notification-controller/tree/master/docs/spec) +- Specification [docs](https://github.com/fluxcd/notification-controller/tree/main/docs/spec) diff --git a/docs/components/source/controller.md b/docs/components/source/controller.md index fa4b8f00..a590e454 100644 --- a/docs/components/source/controller.md +++ b/docs/components/source/controller.md @@ -21,4 +21,4 @@ Features: Links: - Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller) -- Specification [docs](https://github.com/fluxcd/source-controller/tree/master/docs/spec) \ No newline at end of file +- Specification [docs](https://github.com/fluxcd/source-controller/tree/main/docs/spec) \ No newline at end of file diff --git a/docs/get-started/index.md b/docs/get-started/index.md index 76d99232..8148f766 100644 --- a/docs/get-started/index.md +++ b/docs/get-started/index.md @@ -34,7 +34,8 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash ``` The install script downloads the gotk binary to `/usr/local/bin`. -Binaries for macOS and Linux AMD64/ARM are available for download on the + +Binaries for **macOS**, **Windows** and **Linux** AMD64/ARM are available for download on the [release page](https://github.com/fluxcd/toolkit/releases). To configure your shell to load gotk completions add to your Bash profile: diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 589d2347..19ea708f 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -29,7 +29,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash Command-line completion for `zsh`, `fish`, and `powershell` are also supported with their own sub-commands. -Binaries for macOS and Linux AMD64/ARM are available for download on the +Binaries for macOS, Windows and Linux AMD64/ARM are available for download on the [release page](https://github.com/fluxcd/toolkit/releases). Verify that your cluster satisfies the prerequisites with: