1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Drop plus from "jq 1.5+" on download page

See https://github.com/stedolan/jq/issues/488#issuecomment-124998113
This commit is contained in:
David Tolnay
2015-07-26 09:37:32 -07:00
parent ec84f28630
commit 8295baf284

View File

@ -93,7 +93,7 @@ body:
or [MacPorts](http://macports.org/).
`flex` and `bison` are used to generate the lexer and parser for
jq. For jq 1.5+, neither is required if you use `./configure
jq. For jq 1.5, neither is required if you use `./configure
--disable-maintainer-mode` instead of `./configure`. This flag says to use
the pre-generated lexer and parser that come with the code.