Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Commit 034f378

Browse files
barry8schneiderspahl
authored andcommitted
specify path to run commands (#5)
* Update README.md specify the path for to update the generated code for the CR: * Update README.md specify the path to use to run the build command to create the image
1 parent dea80ef commit 034f378

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ type MemcachedStatus struct {
6565
Update the generated code for the CR:
6666

6767
```sh
68+
$ cd $GOPATH/src/github.com/example-inc/
69+
$ cd memcached-operator
6870
$ operator-sdk generate k8s
6971
```
7072

@@ -82,6 +84,8 @@ Build the `memcached-operator` image and push it to a registry. Please make sure
8284

8385

8486
```sh
87+
$ cd $GOPATH/src/github.com/example-inc/
88+
$ cd memcached-operator
8589
$ operator-sdk build quay.io/example/memcached-operator:v0.0.1
8690
$ docker push quay.io/example/memcached-operator:v0.0.1
8791
```

0 commit comments

Comments
 (0)