add new chinese translations
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
# asdf
|
||||
|
||||
> 可扩展的包版本管理器,支持 Nodejs、Ruby、Elixir 和 Erlang 等。
|
||||
> 更多信息:<https://asdf-vm.com>.
|
||||
> 用于管理不同软件包版本的命令行界面。
|
||||
> 更多信息:<https://asdf-vm.com>。
|
||||
|
||||
- 可用插件清单:
|
||||
- 列出所有可用的插件:
|
||||
|
||||
`asdf plugin list all`
|
||||
|
||||
- 安装插件:
|
||||
- 安装一个插件:
|
||||
|
||||
`asdf plugin add {{插件名}}`
|
||||
`asdf plugin add {{name}}`
|
||||
|
||||
- 软件包的可用版本清单:
|
||||
- 列出一个软件包的所有可用版本:
|
||||
|
||||
`asdf list all {{软件包名}}`
|
||||
`asdf list all {{name}}`
|
||||
|
||||
- 安装指定版本的软件包:
|
||||
- 安装一个特定版本的软件包:
|
||||
|
||||
`asdf install {{软件包名}} {{版本}}`
|
||||
`asdf install {{name}} {{version}}`
|
||||
|
||||
- 设置软件包的全局安装版本:
|
||||
- 设置软件包的全局版本:
|
||||
|
||||
`asdf global {{软件包名}} {{版本}}`
|
||||
`asdf global {{name}} {{version}}`
|
||||
|
||||
- 设置软件包的本地版本:
|
||||
|
||||
`asdf local {{软件包名}} {{版本}}`
|
||||
`asdf local {{name}} {{version}}`
|
Reference in New Issue
Block a user