We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34d810d + 990eac7 commit ccab55bCopy full SHA for ccab55b
README.md
@@ -29,9 +29,9 @@ $ cd netplugin; make build demo ssh
29
#### Step 2: Inside the VM, boot `netmaster` and `netplugin`
30
31
```
32
-$ cd /opt/golang/src/github.com/contiv/netplugin
33
-$ sudo bin/netmaster &
34
-$ sudo bin/netplugin -host-label host1 &
+$ cd /opt/gopath/src/github.com/contiv/netplugin
+$ sudo $GOPATH/bin/netmaster &
+$ sudo $GOPATH/bin/netplugin -host-label host1 &
35
36
37
#### Step 3: Upload your intent, which we take from the `examples/` directory
0 commit comments