You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
0 commit comments