commit | 22006172baba61714207c67cd207140b76f4a941 | [log] [tgz] |
---|---|---|
author | Stephen Dolan <mu@netsoc.tcd.ie> | Mon May 20 13:24:48 2013 +0100 |
committer | Stephen Dolan <mu@netsoc.tcd.ie> | Mon May 20 13:24:48 2013 +0100 |
tree | 9e9cdc1e9739c55db509b75a50e4d78eb6bb43ec | |
parent | 0535e724a274818f0ef7fab74d5a59a32fd78ac9 [diff] |
fix typo and clean up docs build
jq is a command-line JSON processor.
If you want to learn to use jq, read the documentation at http://stedolan.github.com/jq. This documentation is generated from the docs/ folder of this repository.
If you want to hack on jq, feel free, but be warned that its internals are not well-documented at the moment. Bring a hard hat and a shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
To build jq, run
./configure make sudo make install (optionally)
If you‘ve just checked out the latest version from git (rather than using a released source tarball) then you’ll need to run this first:
autoreconf