Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,28 +1,28 @@
# asdf
> 可扩展的包版本管理器支持Nodejs,Ruby,Elixir,Erlang等.
> 更多信息: <https://asdf-vm.com>.
> 可扩展的包版本管理器,支持 NodejsRubyElixirErlang 等。
> 更多信息 <https://asdf-vm.com>.
- 可用插件清单:
- 可用插件清单
`asdf plugin-list-all`
- 安装插件:
- 安装插件
`asdf plugin-add {{插件名}}`
- 软件包的可用版本清单:
- 软件包的可用版本清单
`asdf list-all {{软件包名}}`
- 安装指定版本的软件包:
- 安装指定版本的软件包
`asdf install {{软件包名}} {{版本}}`
- 设置软件包的全局安装版本:
- 设置软件包的全局安装版本
`asdf global {{软件包名}} {{版本}}`
- 设置软件包的本地版本:
- 设置软件包的本地版本
`asdf local {{软件包名}} {{版本}}`