From f80efe5616ba247a1fff074b0876631a9bfb6f96 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sat, 1 Aug 2015 23:24:02 +0200 Subject: Merges the production setup. --- templates/cli.html | 9 +++------ templates/footer.html | 11 ++++++----- templates/header.html | 7 ++++--- templates/navbar.html | 2 +- 4 files changed, 14 insertions(+), 15 deletions(-) (limited to 'templates') diff --git a/templates/cli.html b/templates/cli.html index df669fa..1a5d918 100644 --- a/templates/cli.html +++ b/templates/cli.html @@ -17,7 +17,7 @@
Download the precompiled binary from here:
-Currently it is only for Linux x86_64 available.
+Currently there are only binaries for Linux available.
@@ -25,10 +25,8 @@@@ -40,7 +38,6 @@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
- go get . # Get all dependencies.
- cd cli/imgup
- go build # Compile the build. + cd mandible/cli/imgup
+ go buildYou are finished. Now you can start using imgup.
File have to be the path to a valid image file. Url must start with 'http://' or 'https://'.
-Example Usage:
$ imgup http://i.imgur.com/s9zxmYe.jpg diff --git a/templates/footer.html b/templates/footer.html index 1d1d9a8..a89c0aa 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -8,14 +8,15 @@ - - + + - + + +