diff --git a/docs/book/src/quick-start.md b/docs/book/src/quick-start.md index 5aee7286096..94fb5d3f82c 100644 --- a/docs/book/src/quick-start.md +++ b/docs/book/src/quick-start.md @@ -44,9 +44,9 @@ Also, you can install a master snapshot from `https://go.kubebuilder.io/dl/lates Create a directory, and then run the init command inside of it to initialize a new project. Follows an example. ```bash -$ mkdir $GOPATH/src/example -$ cd $GOPATH/src/example -$ kubebuilder init --domain my.domain +mkdir $GOPATH/src/example +cd $GOPATH/src/example +kubebuilder init --domain my.domain ```