summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2024-05-01doc(readme): Fix docker run with mounted volume command (#3105)sheepster
Co-authored-by: Sheepster <sheepstert>
2024-05-01doc(readme): Add docker usage doc (#3103)sheepster
* doc(readme): Add docker usage doc * fix heading size Co-authored-by: itchyny <itchyny@cybozu.co.jp>
2024-02-06License: Improve license statement.Tomas Halman
The README mentions only the MIT license but in fact part of `jq` is under ICU license and the documentation is under CC. Also jq.spec claimed that it is licensed under BSD.
2023-11-06README.md: to`sed` => to `sed` (#2944)Emanuele Torre
2023-09-26Correct typo in README.md: compilation (#2912)itchyny
2023-08-03Improve README to be more structural and more readable (#2814)Owen Ou
2023-07-24Make maintainer-mode default to disabledMattias Wadman
This makes the standard build instructions a bit easier, just ./configure, and also requires less tools installed (bison). Also i think few people probably want to generate the lexer and paser code.
2023-07-21Clarify the Docker image location (close #1864) (#2740)itchyny
2023-07-19Reset options to 0 so can call main() multiple times in a rowRobert Aboukhalil
2023-07-18Split man.test to make tests pass without oniguruma (#2722)itchyny
2023-07-05Remove outdated CI badges from README.md (#2653)itchyny
2023-07-03Create dist and upload on release also disable docs on build (#2648)itchyny
2023-06-13Fix misspellings (#2609)Josh Soref
2023-06-06Remove TravisCI configuration file and fix GitHub actions badges (#2602)itchyny
* Remove TravisCI configuration file * Update CI badges in README.md to refer to GitHub Actions
2023-06-01Merge old jqlang/jq master to the latest (#2596)Owen Ou
* Try making some GitHub Actions * GHA: Add OS X, Windows, and Linux w/ scan-build builds * Add link to discord server Add link to discord server * Update Ubuntu to 22.04 for GitHub Actions * Remove if condition for Ubuntu build * Fix MacOS OS on GitHub Actions * Fix python3 package on GitHub Actions * Disalbe valgrind Getting failed tests: https://github.com/jqlang/jq/actions/runs/5113866588/jobs/9193542140#step:9:341 * Format file * Fix macos build * Fix syntax errors of windows build https://github.com/jqlang/jq/actions/runs/5114162556/workflow * Install windows package with choco * Pin oniguruma to 5a24a49d710a9e3bb8ff11d12e1eae5a9f9df40c MacOS build [fails](https://github.com/jqlang/jq/actions/runs/5114162555/jobs/9194126677#step:6:3160) due to ``` posix.c:94:3: error: implicit declaration of function 'onig_end' is invalid in C99 [-Werror,-Wimplicit-function-declaration] onig_end(); ``` The current `oniguruma` revision 6fa38f4084b448592888ed9ee43c6e90a46b5f5c (15 Mar 2017) lacks the following explicit declaration in src/onigposix.h: ``` ONIG_EXTERN int onig_end P_((void)); ``` This was added to oniguruma in revision 5a24a49d710a9e3bb8ff11d12e1eae5a9f9df40c (8 Sep 2017). Ref: https://github.com/jqlang/jq/issues/2381 * Revert windows build to use pacman * Don't zip jq.exe * Fixing windows build * Update .gitattriutes for eol on Windows * Skip workflow_dispatch for windows build * Clean up builds * Use LF line endings for all text Ref: https://github.com/actions/checkout/issues/135 * Fix test that has rounding error https://github.com/jqlang/jq/pull/2596#issuecomment-1568498993 * Enable CI for all --------- Co-authored-by: Nicolas Williams <nico@cryptonector.com>
2023-05-28Update URLs from stedolan to jqlangStephen Dolan
2022-05-26docs: point to Libera.Chat instead of FreenodeNaïm Favier
2020-01-02Improve formatting of flags and link to specific wiki article for ↵Bradley Skaggs
cross-compilation.
2018-11-12add automake as build dependency to README.mdHaochen Xie
2017-05-11Improved git build instructions.Daniel Lange
2017-01-31Promote wiki more in READMENicolas Williams
2016-01-18Add AppVeyor badge to README.mdStephen Dolan
Thanks @JanSchulz, @nicowilliams!
2015-08-25Add travis and coveralls badges to readmeDavid Tolnay
2015-08-15Use https where possibleDavid Tolnay
2015-05-02Fix READMENicolas Williams
2015-05-02README: send questions to SO and FreenodeNicolas Williams
2015-02-15README tweaksNicolas Williams
2015-02-15Add --disable-maintainer-mode; make bison optionalNicolas Williams
Also flex is now optional. The outputs of flex and bison are now committed. By default they get built, but users who want to build from git can now ./configure --disable-maintainer-mode to turn off the dependency on bison and flex. Maintainers must, of course, commit the bison and/or flex outputs when they make changes to parser.y and/or lexer.l, respectively.
2015-01-01Add static build instructions (fix #294)Nicolas Williams
2014-11-11Requirements made slightly more complete: cf ↵Ian Miell
https://github.com/ianmiell/shutit/blob/master/library/jq/jq.py
2014-06-12jqplay has a domain nowJingwen Owen Ou
2014-06-04Add cross-compilation notes to READMENicolas Williams
A detailed set of instruction as to how to setup a cross-compilation environment for OS X and Win32/64 would be nice.
2014-03-20Add link to jqplayJingwen Owen Ou
2013-06-23Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan
2013-06-18Saner build instructions in README.mdStephen Dolan
Closes #144
2013-06-04Update README.mdMarkus Lanthaler
Update the link to the documentation. All GitHub pages are now using the github.io domain.
2013-05-11Delete some Autotools junk and update README.autotoolsStephen Dolan
Autotools autogenerated files that change frequently have been removed, those that don't are still checked in.
2012-09-19No HTTPS for me, sadly.Stephen Dolan
2012-09-18Add a READMEStephen Dolan