docs(i18n): New Crowdin updates (#2559)

This commit is contained in:
Matan Kushner
2021-04-08 11:52:32 -04:00
committed by GitHub
parent 8af677c811
commit 7a0046ed58
46 changed files with 986 additions and 985 deletions
+2 -2
View File
@@ -91,6 +91,6 @@ Si Starship fue instalado usando un gestor de paquetes, por favor refiérete a s
Si Starship fue instalado usando el script `curl | bash`, el siguiente comando eliminará el binario:
```sh
# Locate and delete the starship binary
bash -c 'rm "$(which starship)"'
# Localiza y elimina el binario de starship
sh -c 'rm "$(which starship)"'
```