diff --git a/README.md b/README.md index 7d775e3..c37e3e6 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ Just [download the latest release](https://github.com/schollz/cowyo/releases/tag First [install Go 1.6+](https://golang.org/doc/install). ``` -$ git clone https://github.com/schollz/cowyo.git -$ cd cowyo -$ make +$ go get github.com/schollz/cowyo +$ cd $GOPATH/src/github.com/schollz/cowyo +$ go build $ ./cowyo ```