From: Stephen Dolan Date: Tue, 18 Sep 2012 23:08:02 +0000 (+0100) Subject: Add binaries and update download docs. X-Git-Tag: jq-1.1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c463877e17fee6b5a82a235c98adbccbebbda96e;p=jq Add binaries and update download docs. --- diff --git a/docs/content/1.tutorial/default.yml b/docs/content/1.tutorial/default.yml index 61ff97e..f41e5aa 100644 --- a/docs/content/1.tutorial/default.yml +++ b/docs/content/1.tutorial/default.yml @@ -1,7 +1,7 @@ headline: Tutorial body: - text: | - + Twitter have a JSON API, so let's play with that. This URL gets us the last 5 tweets about JSON: diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml index 03c9cb7..9d69780 100644 --- a/docs/content/2.download/default.yml +++ b/docs/content/2.download/default.yml @@ -7,13 +7,18 @@ body: possible to build it for nearly any platform. Prebuilt binaries are available for Linux (64-bit x86) and OS X. - * [Download binary for 64-bit Linux](/download/linux/x68_64/jq) - * [Download binary for OS X](/download/osx/64/jq) + * [Download binary for 64-bit Linux](/download/linux_x86_64/jq) + * [Download binary for OS X](/download/osx_64/jq) * [Download source](/download/source/jq.tgz) + The binaries should just run, but you may need to make them + executable first using: + + chmod +x jq + jq is licensed under the MIT license. For all of the gory details, read the file `COPYING` in the source distribution. - + Hacking on jq ============= diff --git a/docs/content/2.download/linux_x86_64/jq b/docs/content/2.download/linux_x86_64/jq new file mode 100755 index 0000000..5a36b20 Binary files /dev/null and b/docs/content/2.download/linux_x86_64/jq differ diff --git a/docs/content/2.download/osx_64/jq b/docs/content/2.download/osx_64/jq new file mode 100755 index 0000000..47a4f22 Binary files /dev/null and b/docs/content/2.download/osx_64/jq differ diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid index 39ee0c5..d2d06de 100644 --- a/docs/templates/index.liquid +++ b/docs/templates/index.liquid @@ -16,8 +16,8 @@