mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 20:13:30 +02:00
apm: add Chinese translation
This commit is contained in:
parent
bf0973db69
commit
c9fdf0a292
1 changed files with 16 additions and 0 deletions
16
pages.zh/common/apm.md
Normal file
16
pages.zh/common/apm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# apm
|
||||
|
||||
> Atom编辑器的包管理工具.
|
||||
> 参见 `atom`.
|
||||
|
||||
- 下载包: http://atom.io/packages 和主题 http://atom.io/themes:
|
||||
|
||||
`apm install {{package_name}}`
|
||||
|
||||
- 移除包/主题:
|
||||
|
||||
`apm remove {{package_name}}`
|
||||
|
||||
- 升级包/主题:
|
||||
|
||||
`apm upgrade {{package_name}}`
|
Loading…
Add table
Reference in a new issue