summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-05-02 22:21:56 +0200
committersharkdp <davidpeter@web.de>2018-05-02 22:21:56 +0200
commit65f66d0beeda348e675464b4e98359dbac15553b (patch)
treebe5ca7b6bdb1683f869c3baae241b24394d1ac04
parentf5a9236a47d75d336c9408b197c3f01e21f3e31d (diff)
Small update to README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a15db171..acc32e25 100644
--- a/README.md
+++ b/README.md
@@ -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
```