1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Updated readme to use Godep building

This commit is contained in:
Zack Scholl 2017-01-31 08:07:20 -05:00
parent 2694d0b183
commit fe7e8b345d

View File

@ -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). First [install Go 1.6+](https://golang.org/doc/install).
``` ```
$ git clone https://github.com/schollz/cowyo.git $ go get github.com/schollz/cowyo
$ cd cowyo $ cd $GOPATH/src/github.com/schollz/cowyo
$ make $ go build
$ ./cowyo $ ./cowyo
``` ```