mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-21 11:05:44 +00:00
Fix install script
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
704296df4e
commit
7e13cc2ca8
3 changed files with 5 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ Binaries for macOS and Linux AMD64 are available for download on the
|
|||
To install the latest release run:
|
||||
|
||||
```bash
|
||||
curl -s https://raw.githubusercontent.com/fluxcd/flux2/master/install/flux.sh | sudo bash
|
||||
curl -s https://raw.githubusercontent.com/fluxcd/flux2/main/install/flux.sh | sudo bash
|
||||
```
|
||||
|
||||
The install script does the following:
|
||||
|
|
@ -27,10 +27,10 @@ Clone the repository:
|
|||
|
||||
```bash
|
||||
git clone https://github.com/fluxcd/flux2
|
||||
cd toolkit
|
||||
cd flux2
|
||||
```
|
||||
|
||||
Build the `flux` binary (requires go >= 1.14):
|
||||
Build the `flux` binary (requires go >= 1.15):
|
||||
|
||||
```bash
|
||||
make build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue