Skip to content

Commit 9277eb9

Browse files
authored
Merge pull request #7377 from hackeramitkumar/quick-start_modification
📖 Added a single line linux command in quick-start for installing clusterctl
2 parents d9ac3ec + df0c108 commit 9277eb9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/book/src/user/quick-start.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,9 @@ Download the latest release; on linux, type:
107107
```bash
108108
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
109109
```
110-
Make the clusterctl binary executable.
111-
```bash
112-
chmod +x ./clusterctl
113-
```
114-
Move the binary in to your PATH.
110+
Install clusterctl:
115111
```bash
116-
sudo mv ./clusterctl /usr/local/bin/clusterctl
112+
sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl
117113
```
118114
Test to ensure the version you installed is up-to-date:
119115
```bash

0 commit comments

Comments
 (0)