mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
apm: add Spanish translation (#9942)
--------- Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
23b1c3fed6
commit
403d9c99ba
1 changed files with 17 additions and 0 deletions
17
pages.es/common/apm.md
Normal file
17
pages.es/common/apm.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# apm
|
||||
|
||||
> Editor Atom Package Manager.
|
||||
> Ver `atom`.
|
||||
> Más información: <https://github.com/atom/apm>.
|
||||
|
||||
- Instala un paquete de http://atom.io/packages o un tema de http://atom.io/themes:
|
||||
|
||||
`apm install {{nombre_de_paquete}}`
|
||||
|
||||
- Elimina un paquete/tema:
|
||||
|
||||
`apm remove {{nombre_de_paquete}}`
|
||||
|
||||
- Actualiza un paquete/tema:
|
||||
|
||||
`apm upgrade {{nombre_de_paquete}}`
|
Loading…
Add table
Reference in a new issue