From 5ab9ce643ae4340c497bb7eee579db24f99f1ed5 Mon Sep 17 00:00:00 2001 From: Kyle J Strand Date: Thu, 9 Jan 2020 15:11:21 -0700 Subject: [PATCH] docs: Add installation instructions for Cargo to README.md (#820) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2663b6..608e555b 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/):