summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKyle J Strand <BatmanAoD@users.noreply.github.com>2020-01-09 15:11:21 -0700
committerMatan Kushner <hello@matchai.me>2020-01-09 17:11:20 -0500
commit5ab9ce643ae4340c497bb7eee579db24f99f1ed5 (patch)
tree508b8a75f2edaca3be6eb3ae8239e9825d0c5174 /README.md
parent0879381bcd79b920d73c901d959a92b6ca3a57f8 (diff)
docs: Add installation instructions for Cargo to README.md (#820)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9d2663b6f..608e555b0 100644
--- a/README.md
+++ b/README.md
@@ -138,12 +138,18 @@ The prompt shows information you need while you're working, while staying sleek
#### Install Latest Version
- ##### With Shell:
+ ##### From prebuilt binary, with Shell:
```sh
curl -fsSL https://starship.rs/install.sh | bash
```
+ ##### From source on [crates.io](https://crates.io/):
+
+ ```sh
+ cargo install starship
+ ```
+
#### Install via Package Manager
##### With [Homebrew](https://brew.sh/):