Skip to content

Commit

Permalink
Merge pull request #7377 from hackeramitkumar/quick-start_modification
Browse files Browse the repository at this point in the history
📖  Added a single line linux command in quick-start for installing clusterctl
  • Loading branch information
k8s-ci-robot authored Oct 11, 2022
2 parents d9ac3ec + df0c108 commit 9277eb9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,9 @@ Download the latest release; on linux, type:
```bash
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
```
Make the clusterctl binary executable.
```bash
chmod +x ./clusterctl
```
Move the binary in to your PATH.
Install clusterctl:
```bash
sudo mv ./clusterctl /usr/local/bin/clusterctl
sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl
```
Test to ensure the version you installed is up-to-date:
```bash
Expand Down

0 comments on commit 9277eb9

Please sign in to comment.