mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
docs: Add details about musl build to readme (#997)
* Add details about musl build to readme * Move details to FAQ
This commit is contained in:
parent
19e8301ff1
commit
5b8f869e5e
@ -43,3 +43,11 @@ starship prompt --help
|
||||
```
|
||||
|
||||
The prompt will use as much context as is provided, but no flags are "required".
|
||||
|
||||
## 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user