summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-03-19 16:39:01 -0400
committerGitHub <noreply@github.com>2021-03-19 16:39:01 -0400
commit32e3de58f94d5d72985c1513e203de2628da5dd4 (patch)
treebbdd2788c1f0df9b03a8cb4d3f9abe28c7869d04 /README.md
parent4d46e7159b4cd230ea48c2ad2242891e7523ab8d (diff)
docs: Mention the nightly version in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f0a929ff..4306b9be 100644
--- a/README.md
+++ b/README.md
@@ -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