Skip to content

Commit 215b5a5

Browse files
committed
Updated docs
Updated bash command in doc so that it can be easily copy and paste from website/book
1 parent 3103ad7 commit 215b5a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/book/src/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Also, you can install a master snapshot from `https://go.kubebuilder.io/dl/lates
4444
Create a directory, and then run the init command inside of it to initialize a new project. Follows an example.
4545

4646
```bash
47-
$ mkdir $GOPATH/src/example
48-
$ cd $GOPATH/src/example
49-
$ kubebuilder init --domain my.domain
47+
mkdir $GOPATH/src/example
48+
cd $GOPATH/src/example
49+
kubebuilder init --domain my.domain
5050
```
5151

5252
<aside class="note">

0 commit comments

Comments
 (0)