summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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.