summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2019-08-20 00:50:35 -0400
committerMatan Kushner <hello@matchai.me>2019-08-20 00:50:35 -0400
commitff8b2a3387afc5d243ac9dd4d515940836a31739 (patch)
treeec248a7becdaf9d544971f9255b71288e3dd8ff1
parenta08cc971abea049d6ee63737f2b3a4d05971cce9 (diff)
docs: Add Nix installation instructions (#191)
-rw-r--r--README.md6
-rw-r--r--docs/README.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index c65bb3cb3..b5db521ae 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 3fab748b9..46930945b 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