1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 10:55:25 +02:00

apm: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-01-18 21:14:57 +01:00 committed by Starbeamrainbowlabs
parent 3d7b1aaa36
commit e545f03d53

16
pages.it/common/apm.md Normal file
View file

@ -0,0 +1,16 @@
# apm
> Manager di pacchetti per l'editor di testo Atom.
> Vedi `atom`.
- Installa pacchetti da http://atom.io/packages e temi da http://atom.io/themes:
`apm install {{nome_pacchetto}}`
- Rimuovi pacchetti/temi:
`apm remove {{nome_pacchetto}}`
- Aggiorna pacchetti/temi:
`apm upgrade {{nome_pacchetto}}`