mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add NixOS install instructions to README.md
This commit is contained in:
parent
6265ef91d5
commit
3593ec72dd
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@ emerge x11-terms/alacritty
|
|||
pkg install alacritty
|
||||
```
|
||||
|
||||
### NixOS
|
||||
|
||||
```sh
|
||||
nix-env -iA nixos.alacritty
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue