diff options
author | Ryan Morey <ryan.t.morey@gmail.com> | 2018-11-17 13:29:08 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-17 18:29:08 +0000 |
commit | 3593ec72dd19f5e2766a57241f2ecb9f05929a0b (patch) | |
tree | 204580baf79c4dce75035f45c11cbe16769081ef | |
parent | 6265ef91d5496461fcd1025b21323982f3e47085 (diff) | |
download | alacritty-3593ec72dd19f5e2766a57241f2ecb9f05929a0b.tar.gz alacritty-3593ec72dd19f5e2766a57241f2ecb9f05929a0b.zip |
Add NixOS install instructions to README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,6 +67,12 @@ emerge x11-terms/alacritty pkg install alacritty ``` +### NixOS + +```sh +nix-env -iA nixos.alacritty +``` + ### macOS ```sh |