Skip to content

Commit

Permalink
Added new documentation in case you already have go installed
Browse files Browse the repository at this point in the history
  • Loading branch information
wickett committed Apr 10, 2015
1 parent d9e4077 commit 9d0712d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== jerry-curl ==

=== Downloading ===
=== Downloading the binary ===

If you'd like to just grab a pre-compiled binary of jerry-curl, you can grab them here:

Expand All @@ -12,6 +12,13 @@ Inside of the distrib directory, there are directories for 32 or 64 bit and OS,

If you clone the repository, you will also have the same distrib directory with pre-compiled binaries for jerry-curl. I provided the direct download for user's convenience as GitHub doesn't prompt for downloads of binary files without file extensions.

=== For Go Devs ===
You can also download and install `jerry-curl` using `go get`.

```
$ go get github.com/mtesauro/jerry-curl
```

=== About jerry-curl ===

jerry-curl is a wrapper for the curl command which adds options from a configuration file and the command line allowing for short repeated curl calls.
Expand Down

0 comments on commit 9d0712d

Please sign in to comment.