Skip to content

Commit c331b70

Browse files
authored
Merge pull request #4228 from camilamacedo86/quick-start
📖 fix(docs): update Quick Start guide with information on using the master branch
2 parents 8b7e17d + a3c69d6 commit c331b70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/book/src/quick-start.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
3232
```
3333

3434
<aside class="note">
35-
<h1>Using master branch</h1>
35+
<h1>Using the Master Branch</h1>
3636

37-
You can work with a master snapshot by installing from `https://go.kubebuilder.io/dl/master/$(go env GOOS)/$(go env GOARCH)`.
37+
You can work with the master branch by cloning the repository and running `make install` to generate the binary.
38+
Please follow the steps in the section **How to Build Kubebuilder Locally** from the [Contributing Guide](https://github.com/kubernetes-sigs/kubebuilder/blob/master/CONTRIBUTING.md#how-to-build-kubebuilder-locally).
3839

3940
</aside>
4041

0 commit comments

Comments
 (0)