Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
b98027b5
Unverified
Commit
b98027b5
authored
3 years ago
by
Stefan Prodan
Browse files
Options
Downloads
Patches
Plain Diff
Add GoFish as an install option for Flux CLI
Signed-off-by:
Stefan Prodan
<
stefan.prodan@gmail.com
>
parent
b6ae7d2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-5
11 additions, 5 deletions
README.md
with
11 additions
and
5 deletions
README.md
+
11
−
5
View file @
b98027b5
...
...
@@ -22,13 +22,19 @@ Delivery on top of Kubernetes.
## Flux installation
With Homebrew:
With
[
Homebrew
](
https://brew.sh
)
for macOS and Linux
:
```
sh
brew
install
fluxcd/tap/flux
```
With Bash:
With
[
GoFish
](
https://gofi.sh
)
for Windows, macOS and Linux:
```
sh
gofish
install
flux
```
With Bash for macOS and Linux:
```
sh
curl
-s
https://fluxcd.io/install.sh |
sudo
bash
...
...
@@ -46,10 +52,10 @@ Arch Linux (AUR) packages:
-
[
flux-scm
](
https://aur.archlinux.org/packages/flux-scm
)
: build the latest
(unstable) version from source code from our git
`main`
branch
Binaries for macOS
, Windows and
Linux AMD64/ARM are available to
download on the
[
release page
](
https://github.com/fluxcd/flux2/releases
)
.
Binaries for macOS
AMD64/ARM64,
Linux AMD64/ARM
/ARM64 and Windows
are available to
download on the
[
release page
](
https://github.com/fluxcd/flux2/releases
)
.
A container image with
`kubectl`
and
`flux`
is available on Docker Hub and GitHub:
A
multi-arch
container image with
`kubectl`
and
`flux`
is available on Docker Hub and GitHub:
*
`docker.io/fluxcd/flux-cli:<version>`
*
`ghcr.io/fluxcd/flux-cli:<version>`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment