diff --git a/README.md b/README.md index 1e0f2ae..e546a2b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Use the CLI to create a new `memcached-operator` project: ```sh $ mkdir -p $GOPATH/src/github.com/example-inc/ $ cd $GOPATH/src/github.com/example-inc/ +$ export GO111MODULE=on $ operator-sdk new memcached-operator Create cmd/manager/main.go ...