mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 23:55:42 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
17 lines
369 B
Markdown
17 lines
369 B
Markdown
# apm
|
|
|
|
> Gerenciador de pacotes do editor de texto Atom.
|
|
> Ver também `atom`.
|
|
> Mais informações: <https://github.com/atom/apm>.
|
|
|
|
- Instala pacotes de <http://atom.io/packages> e temas de <http://atom.io/themes>:
|
|
|
|
`apm install {{nome_do_pacote}}`
|
|
|
|
- Remove pacotes/temas:
|
|
|
|
`apm remove {{nome_do_pacote}}`
|
|
|
|
- Atualiza pacotes/temas:
|
|
|
|
`apm upgrade {{nome_do_pacote}}`
|