mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-08 00:44:30 +01:00
Add install instructions
This commit is contained in:
parent
7f4781cdbf
commit
71e40b1963
10
README.md
10
README.md
@ -16,3 +16,13 @@
|
||||
### Git integration
|
||||
|
||||
![bat src/index.html](https://i.imgur.com/yBQ31jm.png)
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
cargo install bat
|
||||
|
||||
mkdir -p ~/.config/bat/themes
|
||||
cd ~/.config/bat/themes
|
||||
wget https://raw.githubusercontent.com/cj/sublime/master/Color%20Scheme%20-%20Default/Monokai.tmTheme
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user