mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	fixed heading
This commit is contained in:
		
							parent
							
								
									f4a44e7313
								
							
						
					
					
						commit
						e6f97518f3
					
				| @ -19,13 +19,13 @@ If you've been using v3 and want/need to upgrade, checkout the [upgrade guide](h | |||||||
| ### wget | ### wget | ||||||
| Use wget to download the pre-compiled binaries: | Use wget to download the pre-compiled binaries: | ||||||
| 
 | 
 | ||||||
| ## Compressed via tar.gz | #### Compressed via tar.gz | ||||||
| ```bash | ```bash | ||||||
| wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\ | wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY}.tar.gz -O - |\ | ||||||
|   tar xz && mv ${BINARY} /usr/bin/yq |   tar xz && mv ${BINARY} /usr/bin/yq | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| ## Plain binary | #### Plain binary | ||||||
| 
 | 
 | ||||||
| ```bash | ```bash | ||||||
| wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&\ | wget https://github.com/mikefarah/yq/releases/download/${VERSION}/${BINARY} -O /usr/bin/yq &&\ | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user