mirror of
				https://github.com/stedolan/jq.git
				synced 2024-05-11 05:55:39 +00:00 
			
		
		
		
	@@ -15,7 +15,8 @@ you will find cookbooks, discussion of advanced topics, internals,
 | 
			
		||||
release engineering, and more.
 | 
			
		||||
 | 
			
		||||
Source tarball and built executable releases can be found on the
 | 
			
		||||
homepage and on the github release page, https://github.com/jqlang/jq/releases
 | 
			
		||||
homepage and on the github release page, https://github.com/jqlang/jq/releases.
 | 
			
		||||
Docker image is available at https://github.com/jqlang/jq/pkgs/container/jq.
 | 
			
		||||
 | 
			
		||||
If you're building directly from the latest git, you'll need flex,
 | 
			
		||||
bison (3.0 or newer), libtool, make, automake, and autoconf installed.
 | 
			
		||||
 
 | 
			
		||||
@@ -97,6 +97,7 @@ body:
 | 
			
		||||
         [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-solaris11-32).
 | 
			
		||||
 | 
			
		||||
      ### Windows
 | 
			
		||||
 | 
			
		||||
       * Use [winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/)
 | 
			
		||||
         to install jq with `winget install jqlang.jq`.
 | 
			
		||||
 | 
			
		||||
@@ -186,6 +187,13 @@ body:
 | 
			
		||||
      [Flex](https://github.com/westes/flex) and
 | 
			
		||||
      [Bison](https://www.gnu.org/software/bison/).
 | 
			
		||||
 | 
			
		||||
      ### Docker
 | 
			
		||||
 | 
			
		||||
      Docker image is available from
 | 
			
		||||
      [GitHub Container Registry](https://github.com/jqlang/jq/pkgs/container/jq).
 | 
			
		||||
 | 
			
		||||
          docker run -i --rm ghcr.io/jqlang/jq -n 'range(3)'
 | 
			
		||||
 | 
			
		||||
      #### Building the documentation
 | 
			
		||||
 | 
			
		||||
      jq's documentation is compiled into static HTML using Python.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user