mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-18 16:50:33 +01:00
Update README.md
This commit is contained in:
parent
64de2a44d5
commit
0e8e39a59d
17
README.md
17
README.md
@ -9,21 +9,30 @@
|
|||||||
|
|
||||||
### Syntax highlighting
|
### Syntax highlighting
|
||||||
|
|
||||||

|
A large number of languages are supported (via Sublime Text definition files):
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Git integration
|
### Git integration
|
||||||
|
|
||||||

|
Additions, modifications and deletions are shown (a la `git diff`):
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## 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
|
``` bash
|
||||||
cargo install bat
|
cargo install bat
|
||||||
|
```
|
||||||
|
|
||||||
|
### Get themes and syntax highlighting definitions
|
||||||
|
|
||||||
|
``` bash
|
||||||
mkdir -p ~/.config/bat/themes
|
mkdir -p ~/.config/bat/themes
|
||||||
cd ~/.config/bat/themes
|
cd ~/.config/bat/themes
|
||||||
git clone https://github.com/jonschlinkert/sublime-monokai-extended
|
git clone https://github.com/jonschlinkert/sublime-monokai-extended
|
||||||
|
Loading…
x
Reference in New Issue
Block a user