mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 00:51:56 +00:00 
			
		
		
		
	fix typo in readme
This commit is contained in:
		@@ -183,7 +183,7 @@ apt install bat
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
If you install `bat` this way, please note that the executable may be installed as `batcat` instead of `bat` (due to [a name
 | 
			
		||||
clash with another package](https://github.com/sharkdp/bat/issues/982)). You can set up a `bat -> batcat` symlink or alias to prevent any issues that may come up because of this and to be consistent with other distrutions:
 | 
			
		||||
clash with another package](https://github.com/sharkdp/bat/issues/982)). You can set up a `bat -> batcat` symlink or alias to prevent any issues that may come up because of this and to be consistent with other distributions:
 | 
			
		||||
``` bash
 | 
			
		||||
mkdir -p ~/.local/bin
 | 
			
		||||
ln -s /usr/bin/batcat ~/.local/bin/bat
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user