summaryrefslogtreecommitdiff
path: root/templates/cli.html
diff options
context:
space:
mode:
authorhorus_arch2015-04-21 14:22:34 +0200
committerhorus_arch2015-04-21 14:22:34 +0200
commitdb550a0edb5f21220151530f91056c4acbcc87b7 (patch)
tree3305af27bb7da90d5fb65729ec3438495e81f0f0 /templates/cli.html
parentaa20d46e89069800b77247dccda0a500865411e3 (diff)
downloadmandible-db550a0edb5f21220151530f91056c4acbcc87b7.tar.gz
Add better UX to cli command + auto-update from binary.
Diffstat (limited to 'templates/cli.html')
-rw-r--r--templates/cli.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/cli.html b/templates/cli.html
index 31a3a9c..df669fa 100644
--- a/templates/cli.html
+++ b/templates/cli.html
@@ -25,8 +25,10 @@
<p>You can compile imgup from source. You need a working Golang installation already set up. Read <a href="http://golang.org/" title="Golang">here</a> more.</p>
<p><code>cd $GOPATH <br>
git clone https://git.iamfabulous.de/cgit.cgi/mandible <br>
- cd mandible/cli/imgup <br>
- go build
+ cd mandible <br>
+ go get . # Get all dependencies.<br>
+ cd cli/imgup <br>
+ go build # Compile the build.
</code></p>
<p>You are finished. Now you can start using imgup.</p>
</blockquote>