Add Windows OS to CLI install docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
- Specification [docs](https://github.com/fluxcd/source-controller/tree/main/docs/spec)
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user