add new chinese translations
This commit is contained in:
32
pages.zh/common/mise.md
Normal file
32
pages.zh/common/mise.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# mise
|
||||
|
||||
> 管理不同软件包的版本。
|
||||
> 更多信息:<https://mise.jdx.dev>。
|
||||
|
||||
- 列出所有可用的插件:
|
||||
|
||||
`mise plugins list-all`
|
||||
|
||||
- 安装一个插件:
|
||||
|
||||
`mise plugins add {{name}}`
|
||||
|
||||
- 列出可安装的运行时版本:
|
||||
|
||||
`mise ls-remote {{name}}`
|
||||
|
||||
- 安装特定版本的软件包:
|
||||
|
||||
`mise install {{name}}@{{version}}`
|
||||
|
||||
- 设置软件包的全局版本:
|
||||
|
||||
`mise use --global {{name}}@{{version}}`
|
||||
|
||||
- 设置软件包的本地版本:
|
||||
|
||||
`mise use {{name}}@{{version}}`
|
||||
|
||||
- 在配置中设置环境变量:
|
||||
|
||||
`mise set {{variable}}={{value}}`
|
Reference in New Issue
Block a user