Skip to content

Commit 7aca50a

Browse files
corylanouhasbro17
authored andcommitted
doc: add step to create the example directory (#426)
The instructions to create the `example-inc` project were missing a step to create the directory first.
1 parent fedbab3 commit 7aca50a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/user-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This installs the CLI binary `operator-sdk` at `$GOPATH/bin`.
3636
Use the CLI to create a new memcached-operator project:
3737

3838
```sh
39+
$ mkdir -p $GOPATH/src/github.com/example-inc/
3940
$ cd $GOPATH/src/github.com/example-inc/
4041
$ operator-sdk new memcached-operator --api-version=cache.example.com/v1alpha1 --kind=Memcached
4142
$ cd memcached-operator

0 commit comments

Comments
 (0)