asdf, bat: fixed placeholder to Japanese

This commit is contained in:
uh-zz
2021-10-24 10:12:00 +09:00
committed by Starbeamrainbowlabs
parent 9cb56ad348
commit eb0a1aebd4
2 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# asdf
> さまざまなパッケージのバージョンを管理するためのコマンドラインインターフェイスです。
> 詳細はこちら。<https://asdf-vm.com>
> 詳細はこちら。<https://asdf-vm.com>
- 利用可能なプラグインの一覧を表示:
@@ -9,20 +9,20 @@
- プラグインのインストール:
`asdf plugin-add {{name}}`
`asdf plugin-add {{プラグイン名}}`
- パッケージで利用可能なすべてのバージョンの一覧を表示:
`asdf list-all {{name}}`
`asdf list-all {{パッケージ名}}`
- パッケージの特定バージョンのインストール:
`asdf install {{name}} {{version}}`
`asdf install {{パッケージ名}} {{バージョン}}`
- パッケージのグローバルバージョンの設定:
`asdf global {{name}} {{version}}`
`asdf global {{パッケージ名}} {{バージョン}}`
- パッケージのローカルバージョンの設定:
`asdf local {{name}} {{version}}`
`asdf local {{パッケージ名}} {{バージョン}}`