From 32e3de58f94d5d72985c1513e203de2628da5dd4 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:39:01 -0400 Subject: [PATCH] docs: Mention the nightly version in the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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