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", "minwindef",
"musl", "musl",
"n'th", "n'th",
"nixos",
"noheader", "noheader",
"ntdef", "ntdef",
"nuget", "nuget",

View File

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