docs: Add installation instructions for Cargo to README.md (#820)
This commit is contained in:
parent
0879381bcd
commit
5ab9ce643a
|
@ -138,12 +138,18 @@ The prompt shows information you need while you're working, while staying sleek
|
||||||
|
|
||||||
#### Install Latest Version
|
#### Install Latest Version
|
||||||
|
|
||||||
##### With Shell:
|
##### From prebuilt binary, with Shell:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://starship.rs/install.sh | bash
|
curl -fsSL https://starship.rs/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### From source on [crates.io](https://crates.io/):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cargo install starship
|
||||||
|
```
|
||||||
|
|
||||||
#### Install via Package Manager
|
#### Install via Package Manager
|
||||||
|
|
||||||
##### With [Homebrew](https://brew.sh/):
|
##### With [Homebrew](https://brew.sh/):
|
||||||
|
|
Loading…
Reference in New Issue