mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Add binaries and update download docs.
This commit is contained in:
@ -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:
|
||||
|
||||
|
@ -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
|
||||
=============
|
||||
|
||||
|
BIN
docs/content/2.download/linux_x86_64/jq
Executable file
BIN
docs/content/2.download/linux_x86_64/jq
Executable file
Binary file not shown.
BIN
docs/content/2.download/osx_64/jq
Executable file
BIN
docs/content/2.download/osx_64/jq
Executable file
Binary file not shown.
4
docs/templates/index.liquid
vendored
4
docs/templates/index.liquid
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user