Skip to content

Commit eaf3703

Browse files
author
Joshua M. Dotson
committed
Simplify install instructions.
1 parent 9b57f4e commit eaf3703

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,8 @@ limitations under the License.
5959

6060
### Install mh.
6161

62-
(NOTE: Build below currently requires a working golang dev environment.)
63-
64-
(Simplified install coming soon!)
65-
6662
```
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
7664
```
7765

7866
### Select a kubectl context.

0 commit comments

Comments
 (0)