1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 23:55:42 +02:00
tldr/pages.pt_BR/common/apm.md
Vitor Henrique 52b4605356
pages.pt*: fix verb tenses (#11792)
* 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>
2023-12-27 15:37:07 -03:00

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}}`