1
0
Fork 0
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:
Starccy 2019-02-25 18:44:17 +08:00 committed by Agniva De Sarker
parent bf0973db69
commit c9fdf0a292

16
pages.zh/common/apm.md Normal file
View 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}}`