aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.asciidoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 25c6d5f..2a9f9c1 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -55,10 +55,7 @@ write the following:
[source,shell]
----
cd $(mktemp -d)
-export GOPATH=$PWD
-git clone http://github.com/githubert/lettersnail src/github.com/githubert/lettersnail
-cd src/github.com/githubert/lettersnail
-godep get
+git clone http://github.com/githubert/lettersnail
go build
----