diff options
| author | horus_arch | 2015-04-21 14:22:34 +0200 |
|---|---|---|
| committer | horus_arch | 2015-04-21 14:22:34 +0200 |
| commit | db550a0edb5f21220151530f91056c4acbcc87b7 (patch) | |
| tree | 3305af27bb7da90d5fb65729ec3438495e81f0f0 /templates | |
| parent | aa20d46e89069800b77247dccda0a500865411e3 (diff) | |
| download | mandible-db550a0edb5f21220151530f91056c4acbcc87b7.tar.gz | |
Add better UX to cli command + auto-update from binary.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/cli.html | 6 |
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> |
