From bef32d2f0f5c74559b9ce60c608051e9e12187d9 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Thu, 16 May 2019 16:46:53 -0700 Subject: [PATCH] Mention master snapshot releases This mentions master snapshot releases in the installation. --- docs/book/src/quick-start.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 956e8e36a7..76e809537c 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -24,6 +24,9 @@ sudo mv /tmp/kubebuilder/kubebuilder_2.0.0_${os}_${arch} /user/local/kubebuilder export PATH=$PATH:/usr/local/kubebuilder/bin ``` +You can also install a KubeBuilder master snapshot from +`https://go.kubebuilder.io/dl/latest/${os}/${arch}`. + Install [kustomize](https://sigs.k8s.io/kustomize): ```bash