summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/installing
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-12-21 00:05:59 +0300
committerGitHub <noreply@github.com>2021-12-20 16:05:59 -0500
commit5de3f18bcef92cabb2d7a4552abcff295422f26c (patch)
treead30252ae3257835ba64e9721b7b8fb32aa23015 /docs/pt-BR/installing
parent006fbf0dd5b28f2d2f4f69a82c9a5a9a5344ac26 (diff)
docs(i18n): new Crowdin updates (#3218)
Diffstat (limited to 'docs/pt-BR/installing')
-rw-r--r--docs/pt-BR/installing/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pt-BR/installing/README.md b/docs/pt-BR/installing/README.md
index 1283fa1c2..924f77f44 100644
--- a/docs/pt-BR/installing/README.md
+++ b/docs/pt-BR/installing/README.md
@@ -47,7 +47,7 @@ emerge app-shells/starship
## [Nix](https://nixos.wiki/wiki/Nix)
-### Getting the Binary
+### Obtendo o Binário
#### Imperativamente
@@ -57,7 +57,7 @@ nix-env -iA nixos.starship
#### Declarativo, usuário único, via [home-manager](https://github.com/nix-community/home-manager)
-Enable the `programs.starship` module in your `home.nix` file, and add your settings
+Ative o modulo `programs.starship` em seu arquivo `home.nix`, e adicione suas configurações
```nix
{
@@ -79,7 +79,7 @@ Enable the `programs.starship` module in your `home.nix` file, and add your sett
}
```
-then run
+então execute
```sh
home-manager switch
@@ -87,7 +87,7 @@ home-manager switch
#### Declarativo, em todo o sistema com NixOS
-Add `pkgs.starship` to `environment.systemPackages` in your `configuration.nix`, then run
+Adicione `pkgs.starship` em `environment.systemPackages` no arquivo `configuration.nix`, então execute
```sh
sudo nixos-rebuild switch