Small update to README

This commit is contained in:
sharkdp 2018-05-02 22:21:56 +02:00
parent f5a9236a47
commit 65f66d0bee
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,7 @@ cargo install bat
To build your own language-set and theme, follow these steps:
Create a folder with a syntax highlighting theme:
``` bash
mkdir -p ~/.config/bat/themes
cd ~/.config/bat/themes
@ -63,6 +64,7 @@ ln -s "sublime-monokai-extended/Monokai Extended.tmTheme" Default.tmTheme
```
Create a folder with language definition files:
``` bash
mkdir -p ~/.config/bat/syntax
cd ~/.config/bat/syntax
@ -75,6 +77,7 @@ git clone https://github.com/jonschlinkert/sublime-markdown-extended
Finally, use the following command to parse all these files into a binary
cache:
``` bash
bat init-cache
```