diff options
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 |
