1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 08:42:08 +02:00

apm: add Spanish translation (#9942)

---------

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
Darío Hereñú 2023-03-13 02:12:31 -03:00 committed by GitHub
parent 23b1c3fed6
commit 403d9c99ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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