Skip to content

Commit 990eac7

Browse files
committed
fix readme instructions
1 parent 73bdff3 commit 990eac7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ $ cd netplugin; make build demo ssh
2929
#### Step 2: Inside the VM, boot `netmaster` and `netplugin`
3030

3131
```
32-
$ cd /opt/golang/src/github.com/contiv/netplugin
33-
$ sudo bin/netmaster &
34-
$ sudo bin/netplugin -host-label host1 &
32+
$ cd /opt/gopath/src/github.com/contiv/netplugin
33+
$ sudo $GOPATH/bin/netmaster &
34+
$ sudo $GOPATH/bin/netplugin -host-label host1 &
3535
```
3636

3737
#### Step 3: Upload your intent, which we take from the `examples/` directory

0 commit comments

Comments
 (0)