docs: Mention the nightly version in the README

This commit is contained in:
Clement Tsang 2021-03-19 16:39:01 -04:00 committed by GitHub
parent 4d46e7159b
commit 32e3de58f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) - [Other known platform-specific issues](#other-known-platform-specific-issues)
- [Installation](#installation) - [Installation](#installation)
- [Manually](#manually) - [Manually](#manually)
- [Nightly](#nightly)
- [Cargo](#cargo) - [Cargo](#cargo)
- [AUR](#aur) - [AUR](#aur)
- [Debian](#debian) - [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). 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 ### Cargo
```bash ```bash