mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-29 16:44:54 +02:00
docs: Add nix installation instructions (#294)
This commit is contained in:
parent
d0254dfb08
commit
1e787829cd
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -68,6 +68,7 @@
|
|||||||
"minwindef",
|
"minwindef",
|
||||||
"musl",
|
"musl",
|
||||||
"n'th",
|
"n'th",
|
||||||
|
"nixos",
|
||||||
"noheader",
|
"noheader",
|
||||||
"ntdef",
|
"ntdef",
|
||||||
"nuget",
|
"nuget",
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user