]> granicus.if.org Git - jq/commitdiff
Add binaries and update download docs.
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 23:08:02 +0000 (00:08 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 23:08:02 +0000 (00:08 +0100)
docs/content/1.tutorial/default.yml
docs/content/2.download/default.yml
docs/content/2.download/linux_x86_64/jq [new file with mode: 0755]
docs/content/2.download/osx_64/jq [new file with mode: 0755]
docs/templates/index.liquid

index 61ff97edcb55377aa3e91ab9ee1d8e65bd31a650..f41e5aae48b3545fb59360bc0ede19e14192f397 100644 (file)
@@ -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:
       
index 03c9cb7f09e4c020e834fa29dd7fc132923babec..9d69780a564e524d818cc7a3483a4a0c8673b73f 100644 (file)
@@ -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 (executable)
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 (executable)
index 0000000..47a4f22
Binary files /dev/null and b/docs/content/2.download/osx_64/jq differ
index 39ee0c5a12cc217a5f9503a2377a586c38e2ce7e..d2d06de58998f49b8b199e32d22f315e064b8950 100644 (file)
@@ -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>