diff options
| author | Horus3 | 2015-08-01 23:24:02 +0200 |
|---|---|---|
| committer | Horus3 | 2015-08-01 23:24:02 +0200 |
| commit | f80efe5616ba247a1fff074b0876631a9bfb6f96 (patch) | |
| tree | 3a92b8b3fbccc32d3016029d0f47b061788656da /templates/cli.html | |
| parent | db550a0edb5f21220151530f91056c4acbcc87b7 (diff) | |
| download | mandible-f80efe5616ba247a1fff074b0876631a9bfb6f96.tar.gz | |
Merges the production setup.
Diffstat (limited to 'templates/cli.html')
| -rw-r--r-- | templates/cli.html | 9 |
1 files changed, 3 insertions, 6 deletions
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 @@ <h2>Download:</h2> <p>Download the precompiled binary from here: </p> <p><a href="https://bin.iamfabulous.de/imgup/" title="Downloads for binaries">bin.iamfabulous.de/imgup</a></p> - <p>Currently it is only for Linux x86_64 available.</p> + <p>Currently there are only binaries for Linux available.</p> </blockquote> <blockquote> @@ -25,10 +25,8 @@ <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 <br> - go get . # Get all dependencies.<br> - cd cli/imgup <br> - go build # Compile the build. + cd mandible/cli/imgup <br> + go build </code></p> <p>You are finished. Now you can start using imgup.</p> </blockquote> @@ -40,7 +38,6 @@ <p>File have to be the path to a valid image file. Url must start with 'http://' or 'https://'.</p> </blockquote> - <blockquote> <h2>Example Usage:</h2> <p><pre><code>$ imgup http://i.imgur.com/s9zxmYe.jpg |
