We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a1b5e commit fbfa32bCopy full SHA for fbfa32b
06_operator_sdk/README.org
@@ -11,8 +11,8 @@ Check [[./prerequisites_operator_sdk.org][operator-sdk prerequisites]] doc befor
11
Create minimal Operator in ~GOPATH~:
12
13
#+begin_src bash
14
-mkdir -p $GOPATH/github.com/prgcont/
15
-cd $GOPATH/github.com/prgcont/
+mkdir -p $GOPATH/src/github.com/prgcont/
+cd $GOPATH/src/github.com/prgcont/
16
operator-sdk new workshop-operator
17
#+end_src
18
0 commit comments