1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-29 22:24:35 +00:00

Rename 'bat cache --init' to 'bat cache --build'

This commit is contained in:
sharkdp
2019-02-07 22:31:37 +01:00
committed by David Peter
parent 31608c9a03
commit cff01d81fa
6 changed files with 17 additions and 17 deletions

View File

@@ -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.