mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	Update README.md
Fix the wget download command
This commit is contained in:
		
							parent
							
								
									fbe53885ae
								
							
						
					
					
						commit
						8846255d1c
					
				| @ -45,11 +45,11 @@ rm /etc/myfile.tmp | |||||||
| Use wget to download the pre-compiled binaries: | Use wget to download the pre-compiled binaries: | ||||||
| 
 | 
 | ||||||
| ```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 &&\ | ||||||
|     chmod +x /usr/bin/yq |     chmod +x /usr/bin/yq | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| For instance, VERSION=3.4.0 and BINARY=yq_linux_amd64 | For instance, VERSION=3.4.1 and BINARY=yq_linux_amd64 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| ### Run with Docker | ### Run with Docker | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user