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

Commit 2be3e81

Browse files
akoserwalEric Stroczynski
authored andcommitted
Update README (#51)
* Update README Updated create new project steps based on https://github.com/operator-framework/operator-sdk/blob/master/README.md, ``` INFO[0000] Creating new Go operator 'memcached-operator'. Error: dependency manager "modules" requires working directory to be in $GOPATH/src and GO111MODULE=on, or outside of $GOPATH/src and GO111MODULE="on", "auto", or unset. More info: https://github.com/operator-framework/operator-sdk/blob/master/doc/user-guide.md#go-modules ``` * Update README Removing `--repo github.com/example-inc/memcached-operator`.
1 parent 892b12f commit 2be3e81

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
@@ -23,6 +23,7 @@ Use the CLI to create a new `memcached-operator` project:
2323
```sh
2424
$ mkdir -p $GOPATH/src/github.com/example-inc/
2525
$ cd $GOPATH/src/github.com/example-inc/
26+
$ export GO111MODULE=on
2627
$ operator-sdk new memcached-operator
2728
Create cmd/manager/main.go
2829
...

0 commit comments

Comments
 (0)