docs(i18n): new Crowdin translations (#1059)

This commit is contained in:
Matan Kushner
2020-05-05 13:07:34 -04:00
committed by GitHub
parent 761fa020df
commit 4607e21fa6
42 changed files with 5206 additions and 645 deletions
+8
View File
@@ -43,3 +43,11 @@ starship prompt --help
```
プロンプトは提供されているコンテキストを使用しますが、フラグは「必須」ではありません。
## How do I run Starship on Linux distributions with older versions of glibc?
If you get an error like "*version 'GLIBC_2.18' not found (required by starship)*" when using the prebuilt binary (for example, on CentOS 6 or 7), you can use a binary compiled with `musl` instead of `glibc`:
```sh
curl -fsSL https://starship.rs/install.sh | bash -s -- --platform unknown-linux-musl
```