mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 12:55:45 +02:00
n: add Chinese translation
This commit is contained in:
parent
2c6e7f7c20
commit
e9a5e04092
1 changed files with 23 additions and 0 deletions
23
pages.zh/osx/n.md
Normal file
23
pages.zh/osx/n.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# n
|
||||
|
||||
> 用于管理多个节点版本的工具.
|
||||
|
||||
- 安装给定版本的节点。如果版本已经安装,它将被激活:
|
||||
|
||||
`n {{版本}}`
|
||||
|
||||
- 显示已安装的版本并以交互方式激活其中一个版本:
|
||||
|
||||
`n`
|
||||
|
||||
- 删除一个版本:
|
||||
|
||||
`n rm {{版本}}`
|
||||
|
||||
- 使用给定版本执行文件:
|
||||
|
||||
`n use {{版本}} {{文件.js}}`
|
||||
|
||||
- 输出指定版本的二进制:
|
||||
|
||||
`n bin {{版本}}`
|
Loading…
Add table
Reference in a new issue