summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-03 00:22:17 -0500
committerGitHub <noreply@github.com>2020-11-03 00:22:17 -0500
commit1e787829cd09f60cec6c9d5ba0294fec9fbcae9b (patch)
tree7e0b4f70d19cb3d00b5c72f7a0f584c4735e100d /README.md
parentd0254dfb088bb8cca1fa86d52aaceb2b68eba885 (diff)
docs: Add nix installation instructions (#294)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 07caa767..4b25bcec 100644
--- a/README.md
+++ b/README.md
@@ -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