Skip to content

Commit

Permalink
Merge pull request #371 from Xieql/fix-8-13
Browse files Browse the repository at this point in the history
doc: add output flag for curl release package
  • Loading branch information
kurator-bot authored Aug 14, 2023
2 parents 1bfb035 + b102c97 commit a2d41e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/setup/insatll-kurator.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ And then move the executable binary to your PATH.
Go to [Kurator release](https://github.com/kurator-dev/kurator/releases) page to download the release package for your OS and extract.

```console
curl -L https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/kurator-{{< kurator-version >}}-linux-amd64.tar.gz
curl -LO https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/kurator-{{< kurator-version >}}-linux-amd64.tar.gz
tar -zxvf kurator-{{< kurator-version >}}-linux-amd64.tar.gz
```

Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/setup/install-cluster-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd out/charts/
Go to [Kurator release](https://github.com/kurator-dev/kurator/releases) page to download the release package for your OS and extract.

```bash
curl -L https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/cluster-operator-{{< kurator-version >}}.tgz
curl -LO https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/cluster-operator-{{< kurator-version >}}.tgz
```

{{< boilerplate install-cluster-operator >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/setup/install-fleet-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd out/charts/
Go to [Kurator release](https://github.com/kurator-dev/kurator/releases) page to download the release package for your OS and extract.

```bash
curl -L https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/fleet-manager-{{< kurator-version >}}.tgz
curl -LO https://github.com/kurator-dev/kurator/releases/download/v{{< kurator-version >}}/fleet-manager-{{< kurator-version >}}.tgz
```


Expand Down

0 comments on commit a2d41e8

Please sign in to comment.