mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	Move VC++ to Windows section
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							1cad3f56ec
						
					
				
				
					commit
					3901480c59
				
			@@ -497,7 +497,7 @@ Example configuration file:
 | 
			
		||||
 | 
			
		||||
## Using `bat` on Windows
 | 
			
		||||
 | 
			
		||||
`bat` mostly works out-of-the-box on Windows, but a few features may need extra configuration.
 | 
			
		||||
`bat` mostly works out-of-the-box on Windows, but a few features may need extra configuration. You will need to install the Visual C++ Redistributable: [The latest supported Visual C++ downloads - Microsoft Support](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
 | 
			
		||||
 | 
			
		||||
### Paging
 | 
			
		||||
 | 
			
		||||
@@ -568,10 +568,6 @@ iconv -f ISO-8859-1 -t UTF-8 my-file.php | bat
 | 
			
		||||
Note: you might have to use the `-l`/`--language` option if the syntax can not be auto-detected
 | 
			
		||||
by `bat`.
 | 
			
		||||
 | 
			
		||||
### No output on Windows
 | 
			
		||||
 | 
			
		||||
Install the Visual C++ Redistributable: [The latest supported Visual C++ downloads - Microsoft Support](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
 | 
			
		||||
 | 
			
		||||
## Development
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user