1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01: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

@@ -274,7 +274,7 @@ git clone https://github.com/tellnobody1/sublime-purescript-syntax
次のコマンドを使用して、これらのファイルをバイナリキャッシュに解析します:
```bash
bat cache --init
bat cache --build
```
最後に `bat --list-languages` と入力すると新しい言語が利用可能かどうかチェックします。
@@ -297,7 +297,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
```
最後に、 `bat --list-themes` で新しいテーマが利用可能がチェックします