docs: Add nix installation instructions (#294)

This commit is contained in:
Clement Tsang 2020-11-03 00:22:17 -05:00 committed by GitHub
parent d0254dfb08
commit 1e787829cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -68,6 +68,7 @@
"minwindef",
"musl",
"n'th",
"nixos",
"noheader",
"ntdef",
"nuget",

View file

@ -18,6 +18,7 @@ A cross-platform graphical process/system monitor with a customizable interface
- [AUR](#aur)
- [Debian (and Debian-based)](#debian)
- [Fedora/CentOS](#fedoracentos)
- [Nix](#nix)
- [Homebrew](#homebrew)
- [Scoop](#scoop)
- [Chocolatey](#chocolatey)
@ -132,6 +133,12 @@ sudo dnf copr enable atim/bottom -y
sudo dnf install bottom
```
### Nix
```bash
nix-env -i bottom
```
### Homebrew
```bash