1
0
mirror of synced 2026-02-09 03:45:56 +00:00

Merge pull request #354 from fluxcd/windows-exe

Add Windows OS to CLI install docs
This commit is contained in:
Stefan Prodan
2020-10-17 15:43:54 +03:00
committed by GitHub
7 changed files with 8 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
. <(gotk completion 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). [release page](https://github.com/fluxcd/toolkit/releases).
Verify that your cluster satisfies the prerequisites with: Verify that your cluster satisfies the prerequisites with:

View File

@@ -24,4 +24,4 @@ Features:
Links: Links:
- Source code [fluxcd/helm-controller](https://github.com/fluxcd/helm-controller) - 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)

View File

@@ -20,4 +20,4 @@ Features:
Links: Links:
- Source code [fluxcd/kustomize-controller](https://github.com/fluxcd/kustomize-controller) - 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)

View File

@@ -14,4 +14,4 @@ based on event severity and involved objects.
Links: Links:
- Source code [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller) - 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)

View File

@@ -21,4 +21,4 @@ Features:
Links: Links:
- Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller) - Source code [fluxcd/source-controller](https://github.com/fluxcd/source-controller)
- Specification [docs](https://github.com/fluxcd/source-controller/tree/master/docs/spec) - Specification [docs](https://github.com/fluxcd/source-controller/tree/main/docs/spec)

View File

@@ -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`. 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). [release page](https://github.com/fluxcd/toolkit/releases).
To configure your shell to load gotk completions add to your Bash profile: To configure your shell to load gotk completions add to your Bash profile:

View File

@@ -29,7 +29,7 @@ curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
Command-line completion for `zsh`, `fish`, and `powershell` Command-line completion for `zsh`, `fish`, and `powershell`
are also supported with their own sub-commands. 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). [release page](https://github.com/fluxcd/toolkit/releases).
Verify that your cluster satisfies the prerequisites with: Verify that your cluster satisfies the prerequisites with: