mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: Add nix installation instructions (#294)
This commit is contained in:
parent
d0254dfb08
commit
1e787829cd
2 changed files with 8 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
@ -68,6 +68,7 @@
|
|||
"minwindef",
|
||||
"musl",
|
||||
"n'th",
|
||||
"nixos",
|
||||
"noheader",
|
||||
"ntdef",
|
||||
"nuget",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue