mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-26 06:00:21 +00:00
docs: Mention the nightly version in the README
This commit is contained in:
parent
4d46e7159b
commit
32e3de58f9
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@ A cross-platform graphical process/system monitor with a customizable interface
|
|||
- [Other known platform-specific issues](#other-known-platform-specific-issues)
|
||||
- [Installation](#installation)
|
||||
- [Manually](#manually)
|
||||
- [Nightly](#nightly)
|
||||
- [Cargo](#cargo)
|
||||
- [AUR](#aur)
|
||||
- [Debian](#debian)
|
||||
|
@ -125,6 +126,10 @@ cargo install --path .
|
|||
|
||||
Or, you can just download the binary from the [latest release](https://github.com/ClementTsang/bottom/releases/latest).
|
||||
|
||||
### Nightly
|
||||
|
||||
You can install pre-release nightly versions [here](https://github.com/ClementTsang/bottom/releases/tag/nightly). Builds are generated every day at 00:00 UTC, based on the most recent commit on the master branch.
|
||||
|
||||
### Cargo
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue