summaryrefslogtreecommitdiff
path: root/templates/cli.html
diff options
context:
space:
mode:
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>