Skip to content

Commit f557c8d

Browse files
authored
Merge pull request #515 from PascalBourdier/create-example-dir
add missing mkdir
2 parents e1a1902 + f70f7a7 commit f557c8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Create and deploy an app-operator using the SDK CLI:
5757

5858
```sh
5959
# Create an app-operator project that defines the App CR.
60+
$ mkdir -p $GOPATH/src/github.com/example-inc/
6061
$ cd $GOPATH/src/github.com/example-inc/
6162
$ operator-sdk new app-operator --api-version=app.example.com/v1alpha1 --kind=App
6263
$ cd app-operator

0 commit comments

Comments
 (0)