summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/1.tutorial/default.yml2
-rw-r--r--docs/content/2.download/default.yml11
-rwxr-xr-xdocs/content/2.download/linux_x86_64/jqbin0 -> 447776 bytes
-rwxr-xr-xdocs/content/2.download/osx_64/jqbin0 -> 185432 bytes
-rw-r--r--docs/templates/index.liquid4
5 files changed, 11 insertions, 6 deletions
diff --git a/docs/content/1.tutorial/default.yml b/docs/content/1.tutorial/default.yml
index 61ff97ed..f41e5aae 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 03c9cb7f..9d69780a 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 00000000..5a36b202
--- /dev/null
+++ b/docs/content/2.download/linux_x86_64/jq
Binary files differ
diff --git a/docs/content/2.download/osx_64/jq b/docs/content/2.download/osx_64/jq
new file mode 100755
index 00000000..47a4f223
--- /dev/null
+++ b/docs/content/2.download/osx_64/jq
Binary files differ
diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid
index 39ee0c5a..d2d06de5 100644
--- a/docs/templates/index.liquid
+++ b/docs/templates/index.liquid
@@ -16,8 +16,8 @@
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="/download/linux/x68_64/jq">Linux (x86_64)</a></li>
- <li><a href="/download/osx/64/jq">OS X (64-bit)</a></li>
+ <li><a href="/download/linux_x86_64/jq">Linux (x86_64)</a></li>
+ <li><a href="/download/osx_64/jq">OS X (64-bit)</a></li>
<li><a href="/download">Other platforms and source</a></li>
</ul>
</div>