Skip to content

Commit c54566a

Browse files
authored
Merge pull request #1096 from surajnarwade/update-doc
Updated docs
2 parents 3103ad7 + 215b5a5 commit c54566a

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)