From 1c263a1146e4981ba322588c04e1b69c665ece24 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 2 Aug 2015 00:18:34 +0200 Subject: Fixed wrong git repo url. --- templates/cli.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cli.html b/templates/cli.html index 1a5d918..ce8a19b 100644 --- a/templates/cli.html +++ b/templates/cli.html @@ -24,7 +24,7 @@

Compiling from source:

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
+ git clone https://git.iamfabulous.de/mandible
cd mandible/cli/imgup
go build

-- cgit v1.2.3