We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9ac3ec + df0c108 commit 9277eb9Copy full SHA for 9277eb9
docs/book/src/user/quick-start.md
@@ -107,13 +107,9 @@ Download the latest release; on linux, type:
107
```bash
108
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"1.2.x"}} -o clusterctl
109
```
110
-Make the clusterctl binary executable.
111
-```bash
112
-chmod +x ./clusterctl
113
-```
114
-Move the binary in to your PATH.
+Install clusterctl:
115
116
-sudo mv ./clusterctl /usr/local/bin/clusterctl
+sudo install -o root -g root -m 0755 clusterctl /usr/local/bin/clusterctl
117
118
Test to ensure the version you installed is up-to-date:
119
0 commit comments