Skip to content

Commit

Permalink
fix(docs): update Quick Start guide with information on using the mas…
Browse files Browse the repository at this point in the history
…ter 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.
  • Loading branch information
camilamacedo86 committed Oct 22, 2024
1 parent eae8b21 commit 487894c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ chmod +x kubebuilder && sudo mv kubebuilder /usr/local/bin/
```

<aside class="note">
<h1>Using master branch</h1>
<h1>Using the Master Branch</h1>

You can work with a master snapshot by installing from `https://go.kubebuilder.io/dl/master/$(go env GOOS)/$(go env GOARCH)`.
You can work with the master branch by cloning the repository and running `make install` to generate the binary.
Please follow the steps in the section **How to Build Kubebuilder Locally** from the [contributing guide](./../../../CONTRIBUTING.md).

</aside>

Expand Down

0 comments on commit 487894c

Please sign in to comment.