From ff8b2a3387afc5d243ac9dd4d515940836a31739 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 20 Aug 2019 00:50:35 -0400 Subject: [PATCH] docs: Add Nix installation instructions (#191) --- README.md | 6 ++++++ docs/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index c65bb3cb..b5db521a 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,12 @@ The prompt shows information you need while you're working, while staying sleek $ yay -S starship ``` + #### Nix (unstable) + + ```sh + $ nix-env --install starship + ``` + 1. Add the init script to your shell's config file: #### Bash diff --git a/docs/README.md b/docs/README.md index 3fab748b..46930945 100644 --- a/docs/README.md +++ b/docs/README.md @@ -47,6 +47,12 @@ footer: ISC Licensed | Copyright © 2019-present Starship Contributors $ yay -S starship ``` + #### Nix (unstable) + + ```sh + $ nix-env --install starship + ``` + 1. Add the init script to your shell's config file: #### Bash