Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
Updated bash command in doc so that it can be easily copy and paste
from website/book
  • Loading branch information
surajnarwade committed Oct 11, 2019
1 parent 3103ad7 commit 215b5a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<aside class="note">
Expand Down

0 comments on commit 215b5a5

Please sign in to comment.