Skip to content

Commit 6ad12cf

Browse files
committed
pt-br translation for Installing on ìndex.md file
1 parent b68e0e8 commit 6ad12cf

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

br/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,36 +49,36 @@ Para uma introdução mais completa sobre como usar a WP-CLI, leia o [Guia rápi
4949

5050
Já se sente confortável com o básico? Vá para a [lista completa de comandos](https://wp-cli.org/commands/) para obter informações detalhadas na gestão de temas e plugins, importação e exportação de dados, operações de busca e substituição no banco de dados e muito mais.
5151

52-
## Installing
52+
## Instalando
5353

54-
Downloading the Phar file is our recommended installation method. Should you need, see also our documentation on [alternative installation methods](https://wp-cli.org/docs/installing/).
54+
Realizar o download do arquivo Phar é o método de instalação que recomendamos. Caso precise, nossa documentação para [métodos alternativos de instação](https://wp-cli.org/docs/installing/).
5555

56-
Before installing WP-CLI, please make sure your environment meets the minimum requirements:
56+
Antes instalar a WP-CLI, certifique-se que seu ambiente possua os requesitos mínimos:
5757

58-
- UNIX-like environment (OS X, Linux, FreeBSD, Cygwin); limited support in Windows environment
59-
- PHP 5.3.29 or later
60-
- WordPress 3.7 or later
58+
- Ambiente UNIX-like (OS X, Linux, FreeBSD, Cygwin); suporte limitado para ambientes Windows
59+
- PHP 5.3.29 ou superior
60+
- WordPress 3.7 ou superior
6161

62-
Once you've verified requirements, download the [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) file using `wget` or `curl`:
62+
Após verificar os requesitos, faça o download do arquivo [wp-cli.phar](https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar) usando `wget` ou `curl`:
6363

6464
```
6565
$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
6666
```
6767

68-
Next, check if it is working:
68+
Em seguida, verifique se está funcionando:
6969

7070
```
7171
$ php wp-cli.phar --info
7272
```
7373

74-
To use WP-CLI from the command line by typing `wp`, make the file executable and move it to somewhere in your PATH. For example:
74+
Digite `wp` para utilizar WP-CLI a partir da linha de comando, torne o arquivo executável e mova-o para algum diretório presente em sua variável de ambiente PATH. For example:
7575

7676
```
7777
$ chmod +x wp-cli.phar
7878
$ sudo mv wp-cli.phar /usr/local/bin/wp
7979
```
8080

81-
If WP-CLI was installed successfully, you should see something like this when you run `wp --info`:
81+
Se WP-CLI foi instalado com sucesso, ao executar `wp --info` você deverá ver algo como:
8282

8383
```
8484
$ wp --info
@@ -92,9 +92,9 @@ WP-CLI project config:
9292
WP-CLI version: 0.23.0
9393
```
9494

95-
You can update WP-CLI with `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), or by repeating the installation steps.
95+
WP-CLI pode ser atualizado com `wp cli update` ([doc](https://wp-cli.org/commands/cli/update/)), ou repetindo os passos da instalação.
9696

97-
Want to live life on the edge? Run `wp cli update --nightly` to use the latest nightly build of WP-CLI. The nightly build is more or less stable enough for you to use in your development environment, and always includes the latest and greatest WP-CLI features.
97+
Quer viver a vida no limite? Execute `wp cli update --nightly` para usar a última compilação noturna da WP-CLI. A compilação noturna é bastante estável para utilizar em seu ambiente de desenvolvimento, e sempre inclui as melhores e mais atuais funcionalidades da WP-CLI.
9898

9999
## Support
100100

0 commit comments

Comments
 (0)