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

Former-commit-id: 592808cb7fd58931cf9bfd1cac398896490cec5a [formerly 53e317b59452a97d355244515316b4ccb3fc9ae4] [formerly 61b7bb6ec4c0186bd49b0117cf5b6f5881bb28c2 [formerly fe7e8b345d]]
Former-commit-id: 0782b12f11ee3aedc6a26fbd7e15740fa973dd90 [formerly 5707c85187052f77e396c5d5ad289f05ce11c090]
Former-commit-id: ac9d937aa04dd29ad21e93324036a41e046aafb9
This commit is contained in:
Zack Scholl 2017-01-31 08:07:20 -05:00
parent e8a4d30139
commit 25e76fb242

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).
```
$ 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
```