From fe7e8b345d702bc7267bbd99c55284784e0d98b0 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Tue, 31 Jan 2017 08:07:20 -0500 Subject: [PATCH] Updated readme to use Godep building --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```