From 7d878a18b463badd8175de1855a011bff6308628 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 Former-commit-id: 592808cb7fd58931cf9bfd1cac398896490cec5a [formerly 53e317b59452a97d355244515316b4ccb3fc9ae4] [formerly 61b7bb6ec4c0186bd49b0117cf5b6f5881bb28c2 [formerly 8c02a9041f0311c4bf6c577756be07ccf8c3e101 [formerly fe7e8b345d702bc7267bbd99c55284784e0d98b0]]] Former-commit-id: 0782b12f11ee3aedc6a26fbd7e15740fa973dd90 [formerly 5707c85187052f77e396c5d5ad289f05ce11c090] Former-commit-id: ac9d937aa04dd29ad21e93324036a41e046aafb9 Former-commit-id: 25e76fb242882c15c3507be54141b094bb0daea7 --- 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 ```