Skip to content

Commit a3c69d6

Browse files
fix(docs): update Quick Start guide with information on using the master branch
- Updated the Quick Start guide to include details on how to work with the master branch. - Linked to the contributing guide for building Kubebuilder locally.
1 parent eae8b21 commit a3c69d6

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
@@ -57,9 +57,10 @@ chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
5757
```
5858

5959
<aside class="note">
60-
<h1>Using master branch</h1>
60+
<h1>Using the Master Branch</h1>
6161

62-
You can work with a master snapshot by installing from `https://go.kubebuilder.io/dl/master/$(go env GOOS)/$(go env GOARCH)`.
62+
You can work with the master branch by cloning the repository and running `make install` to generate the binary.
63+
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).
6364

6465
</aside>
6566

0 commit comments

Comments
 (0)