mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	add snap installtion command
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							94d8cd5100
						
					
				
				
					commit
					b0fcb3065f
				
			| @@ -21,6 +21,10 @@ | |||||||
|  |  | ||||||
| - Running `bat` without arguments fails ("output file is also an input"), see #1396 | - Running `bat` without arguments fails ("output file is also an input"), see #1396 | ||||||
|  |  | ||||||
|  | ## Packaging | ||||||
|  |  | ||||||
|  | - `bat` is now available on snapstore with package name called `batwing`, see #1400 (@purveshpatel511) | ||||||
|  |  | ||||||
| # v0.17.0 | # v0.17.0 | ||||||
|  |  | ||||||
| ## Features | ## Features | ||||||
|   | |||||||
| @@ -294,6 +294,15 @@ You can install `bat` with zypper: | |||||||
| zypper install bat | zypper install bat | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | ### Via snap package | ||||||
|  |  | ||||||
|  | ``` | ||||||
|  | sudo snap install batwing | ||||||
|  | ``` | ||||||
|  |  | ||||||
|  | [Get it from the Snap Store](https://snapcraft.io/batwing) | ||||||
|  |  | ||||||
|  |  | ||||||
| ### On macOS (or Linux) via Homebrew | ### On macOS (or Linux) via Homebrew | ||||||
|  |  | ||||||
| You can install `bat` with [Homebrew on MacOS](https://formulae.brew.sh/formula/bat) or [Homebrew on Linux](https://formulae.brew.sh/formula-linux/bat): | You can install `bat` with [Homebrew on MacOS](https://formulae.brew.sh/formula/bat) or [Homebrew on Linux](https://formulae.brew.sh/formula-linux/bat): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user