aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
authorClemens Fries <github-lettersnail@xenoworld.de>2021-06-08 22:47:08 +0200
committerClemens Fries <github-lettersnail@xenoworld.de>2021-06-08 22:47:08 +0200
commitd9371fd82e422097034ac9ffa57bcbd0951fdc61 (patch)
treec7946a2b99d7920a2511ca6f0ba1c90a3da52c06 /README.asciidoc
parenta026c1bdb51b09e0406318a5fe78878776f2c20b (diff)
Update build instructions
Diffstat (limited to 'README.asciidoc')
-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
----