mirror of https://github.com/CrimsonTome/tldr.git
apm: add Italian translation.
parent
3d7b1aaa36
commit
e545f03d53
|
@ -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}}`
|
Loading…
Reference in New Issue