From d9371fd82e422097034ac9ffa57bcbd0951fdc61 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Tue, 8 Jun 2021 22:47:08 +0200 Subject: Update build instructions --- README.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 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 ---- -- cgit