mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 15:12:12 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							
								
								
									
										17
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										17
									
								
								README.md
									
									
									
									
									
								
							| @@ -9,21 +9,30 @@ | ||||
|  | ||||
| ### Syntax highlighting | ||||
|  | ||||
|  | ||||
| A large number of languages are supported (via Sublime Text definition files): | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| ### Git integration | ||||
|  | ||||
|  | ||||
| Additions, modifications and deletions are shown (a la `git diff`): | ||||
|  | ||||
|  | ||||
|  | ||||
| ## Installation | ||||
|  | ||||
| To compile `bat` from source, you need Rust 1.22 or higher. | ||||
| Check out the [Release page](https://github.com/sharkdp/bat/releases) for binary builds and Debian packages. | ||||
|  | ||||
| If you want to build to compile `bat` from source, you need Rust 1.22 or higher. | ||||
| You can then use `cargo` to build everything: | ||||
|  | ||||
| ``` bash | ||||
| cargo install bat | ||||
| ``` | ||||
|  | ||||
| ### Get themes and syntax highlighting definitions | ||||
|  | ||||
| ``` bash | ||||
| mkdir -p ~/.config/bat/themes | ||||
| cd ~/.config/bat/themes | ||||
| git clone https://github.com/jonschlinkert/sublime-monokai-extended | ||||
|   | ||||
		Reference in New Issue
	
	Block a user