We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedbab3 commit 7aca50aCopy full SHA for 7aca50a
doc/user-guide.md
@@ -36,6 +36,7 @@ This installs the CLI binary `operator-sdk` at `$GOPATH/bin`.
36
Use the CLI to create a new memcached-operator project:
37
38
```sh
39
+$ mkdir -p $GOPATH/src/github.com/example-inc/
40
$ cd $GOPATH/src/github.com/example-inc/
41
$ operator-sdk new memcached-operator --api-version=cache.example.com/v1alpha1 --kind=Memcached
42
$ cd memcached-operator
0 commit comments