diff options
author | Clemens Fries <github-lettersnail@xenoworld.de> | 2021-06-08 22:47:08 +0200 |
---|---|---|
committer | Clemens Fries <github-lettersnail@xenoworld.de> | 2021-06-08 22:47:08 +0200 |
commit | d9371fd82e422097034ac9ffa57bcbd0951fdc61 (patch) | |
tree | c7946a2b99d7920a2511ca6f0ba1c90a3da52c06 | |
parent | a026c1bdb51b09e0406318a5fe78878776f2c20b (diff) |
Update build instructions
-rw-r--r-- | README.asciidoc | 5 |
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 ---- |