aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Morey <ryan.t.morey@gmail.com>2018-11-17 13:29:08 -0500
committerChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-17 18:29:08 +0000
commit3593ec72dd19f5e2766a57241f2ecb9f05929a0b (patch)
tree204580baf79c4dce75035f45c11cbe16769081ef
parent6265ef91d5496461fcd1025b21323982f3e47085 (diff)
downloadalacritty-3593ec72dd19f5e2766a57241f2ecb9f05929a0b.tar.gz
alacritty-3593ec72dd19f5e2766a57241f2ecb9f05929a0b.zip
Add NixOS install instructions to README.md
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0861a74..945099d2 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,12 @@ emerge x11-terms/alacritty
pkg install alacritty
```
+### NixOS
+
+```sh
+nix-env -iA nixos.alacritty
+```
+
### macOS
```sh