Commit eaf3703 Joshua M. Dotson
committed
1 parent 9b57f4e commit eaf3703 Copy full SHA for eaf3703
File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -59,20 +59,8 @@ limitations under the License.
59
59
60
60
### Install mh.
61
61
62
- (NOTE: Build below currently requires a working golang dev environment.)
63
-
64
- (Simplified install coming soon!)
65
-
66
62
```
67
- go get -u github.com/golang/dep/cmd/dep # https://github.com/golang/dep
68
- mkdir -p $GOPATH/src/github.com/cisco-sso
69
- cd $GOPATH/src/github.com/cisco-sso
70
- git clone [email protected] :cisco-sso/mh.git
71
- cd mh
72
- dep ensure
73
- go build -o /tmp/mh main.go
74
- sudo cp /tmp/mh /usr/local/bin
75
- rm -f /tmp/mh
63
+ go get -u github.com/cisco-sso/mh
76
64
```
77
65
78
66
### Select a kubectl context.
You can’t perform that action at this time.
0 commit comments