docs(i18n): new Crowdin updates (#3677)

This commit is contained in:
Matan Kushner
2022-03-08 21:11:36 -05:00
committed by GitHub
parent 77f2f56481
commit db48cf7a5a
198 changed files with 5396 additions and 12919 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ O prompt vai usar o contexto fornecido, mas nenhuma flag é obrigatória.
Se você está tendo um erro como "_version 'GLIBC_2.18' not found (required by starship)_" quando usa o binário prebuilt (por exemplo, no CentOS 6 ou 7), você pode usar um binário compilado com `musl` em vez do `glibc`:
```sh
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --platform unknown-linux-musl
curl -sS https://starship.rs/install.sh | sh -s -- --platform unknown-linux-musl
```
## Porque eu vejo alertas de `Executing command "..." timed out.`?