From db550a0edb5f21220151530f91056c4acbcc87b7 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Tue, 21 Apr 2015 14:22:34 +0200 Subject: Add better UX to cli command + auto-update from binary. --- templates/cli.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/cli.html') 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 @@

You can compile imgup from source. You need a working Golang installation already set up. Read here more.

cd $GOPATH
git clone https://git.iamfabulous.de/cgit.cgi/mandible
- cd mandible/cli/imgup
- go build + cd mandible
+ go get . # Get all dependencies.
+ cd cli/imgup
+ go build # Compile the build.

You are finished. Now you can start using imgup.

-- cgit v1.2.3