summaryrefslogtreecommitdiffstats
path: root/docs/pt-BR/installing
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2022-03-08 21:11:36 -0500
committerGitHub <noreply@github.com>2022-03-08 21:11:36 -0500
commitdb48cf7a5ab3cd7101da1876d3aa1759cfd4ccfc (patch)
treea93ac170f127b72c9e3cd1a4c4d5e379f3022e42 /docs/pt-BR/installing
parent77f2f564815ff260c97489998452e808c378c17b (diff)
docs(i18n): new Crowdin updates (#3677)
Diffstat (limited to 'docs/pt-BR/installing')
-rw-r--r--docs/pt-BR/installing/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/pt-BR/installing/README.md b/docs/pt-BR/installing/README.md
index 8edb6a3f6..88e80dc65 100644
--- a/docs/pt-BR/installing/README.md
+++ b/docs/pt-BR/installing/README.md
@@ -1,6 +1,6 @@
-# 🚀 Instalação Avançada
+# 🚀 Instalação avançada
-Para instalar o Starship, você precisa de duas coisas:
+Para instalar o starship, você precisa de duas coisas:
1. O binário do **Starship** em seu computador
1. Altere seu shell para usar o binário do starship como seu prompt alterando os scripts init
@@ -32,7 +32,7 @@ pkg install getconf
### Instalação
```sh
-sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --bin-dir /data/data/com.termux/files/usr/bin
+curl -sS https://starship.rs/install.sh | sh -s -- --bin-dir /data/data/com.termux/files/usr/bin
```
## [Funtoo Linux](https://www.funtoo.org/Welcome)