mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 23:22:03 +00:00 
			
		
		
		
	Add Chocolatey package instructions
This commit is contained in:
		
				
					committed by
					
						 David Peter
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							8a5b59febc
						
					
				
				
					commit
					0aabbc03d7
				
			| @@ -209,12 +209,16 @@ brew install bat | |||||||
| ### On Windows | ### On Windows | ||||||
|  |  | ||||||
| You can download prebuilt binaries from the [Release page](https://github.com/sharkdp/bat/releases), | You can download prebuilt binaries from the [Release page](https://github.com/sharkdp/bat/releases), | ||||||
| or install it with [scoop](https://scoop.sh/): | or install it with [scoop](https://scoop.sh/) or [Chocolatey](https://chocolatey.org): | ||||||
|  |  | ||||||
| ```bash | ```bash | ||||||
| scoop install bat | scoop install bat | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | ```bash | ||||||
|  | choco install bat-cat | ||||||
|  | ``` | ||||||
|  |  | ||||||
| [See below](#using-bat-on-windows) for notes. | [See below](#using-bat-on-windows) for notes. | ||||||
|  |  | ||||||
| ### Via Docker | ### Via Docker | ||||||
| @@ -430,7 +434,7 @@ Example configuration file: | |||||||
| Windows only includes a very limited pager in the form of `more`. You can download a Windows binary | Windows only includes a very limited pager in the form of `more`. You can download a Windows binary | ||||||
| for `less` [from its homepage](http://www.greenwoodsoftware.com/less/download.html) or [through | for `less` [from its homepage](http://www.greenwoodsoftware.com/less/download.html) or [through | ||||||
| Chocolatey](https://chocolatey.org/packages/Less). To use it, place the binary in a directory in | Chocolatey](https://chocolatey.org/packages/Less). To use it, place the binary in a directory in | ||||||
| your `PATH` or [define an environment variable](#using-a-different-pager). | your `PATH` or [define an environment variable](#using-a-different-pager). The [Chocolatey package](#on-windows) installs `less` automatically. | ||||||
|  |  | ||||||
| ### Colors | ### Colors | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user