mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 06:33:39 +02:00
bundle: add Brazilian Portuguese translation (#2887)
This commit is contained in:
parent
f293d52ca5
commit
07c3fee951
1 changed files with 19 additions and 0 deletions
19
pages.pt-BR/common/bundle.md
Normal file
19
pages.pt-BR/common/bundle.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# bundle
|
||||
|
||||
> Gerenciador de dependências da linguagem de programação Ruby.
|
||||
|
||||
- Instalar todas as gemas definidas no `Gemfile`:
|
||||
|
||||
`bundle install`
|
||||
|
||||
- Atualizar todas as gemas, respeitando as regras definidas no `Gemfile`, e recriar o arquivo `Gemfile.lock`:
|
||||
|
||||
`bundle update`
|
||||
|
||||
- Atualizar uma gema específica definida no `Gemfile`:
|
||||
|
||||
`bundle update --source {{nome_da_gema}}`
|
||||
|
||||
- Criar o esqueleto do projeto de uma nova gema:
|
||||
|
||||
`bundle gem {{nome_da_gema}}`
|
Loading…
Add table
Reference in a new issue