Skip to content

Commit

Permalink
Merge pull request #4331 from prankul88/doc-fix
Browse files Browse the repository at this point in the history
📖 Quickstart doc update
  • Loading branch information
k8s-ci-robot authored Mar 18, 2021
2 parents 226d998 + 3a360cc commit 18e7966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Download the latest release; for example, to download version v0.3.0 on linux, t
```
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-linux-amd64" version:"0.3.x"}} -o clusterctl
```
Make the kubectl binary executable.
Make the clusterctl binary executable.
```
chmod +x ./clusterctl
```
Expand All @@ -129,7 +129,7 @@ Download the latest release; for example, to download version v0.3.0 on macOS, t
```
curl -L {{#releaselink gomodule:"sigs.k8s.io/cluster-api" asset:"clusterctl-darwin-amd64" version:"0.3.x"}} -o clusterctl
```
Make the kubectl binary executable.
Make the clusterctl binary executable.
```
chmod +x ./clusterctl
```
Expand Down

0 comments on commit 18e7966

Please sign in to comment.