summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-02-07 22:31:37 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2019-02-07 23:27:53 +0100
commitcff01d81fa21e7ae469b9b4b2ea21e4578870732 (patch)
treede89f38399455731f493a1c889e093c4ee28eb1c /README.md
parent31608c9a031fc1b2cec70595c6fa0026bf77ca4e (diff)
Rename 'bat cache --init' to 'bat cache --build'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e2488d7..cd09a0c4 100644
--- a/README.md
+++ b/README.md
@@ -281,7 +281,7 @@ git clone https://github.com/tellnobody1/sublime-purescript-syntax
Now use the following command to parse these files into a binary cache:
```bash
-bat cache --init
+bat cache --build
```
Finally, use `bat --list-languages` to check if the new languages are available.
@@ -305,7 +305,7 @@ cd "$(bat cache --config-dir)/themes"
git clone https://github.com/greggb/sublime-snazzy
# Update the binary cache
-bat cache --init
+bat cache --build
```
Finally, use `bat --list-themes` to check if the new themes are available.