From fee6e0152430fca49f6ea795b0539cce87cb70e1 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 8 Feb 2024 15:59:27 +0100 Subject: [PATCH] doc(Readme.md): mention nightly builds --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index ead3271cb..850943093 100644 --- a/Readme.md +++ b/Readme.md @@ -22,6 +22,7 @@ under the MIT license. So, this file is also under the MIT license.
  1. About this project
  2. Install instructions
  3. +
  4. Nightly Builds
  5. Build instructions
  6. Contributing
  7. License
  8. @@ -60,6 +61,12 @@ to install `ooniprobe` precompiled binaries for Windows, macOS, and Debian/Ubuntu. Once `ooniprobe` is installed, refer to the [user guide](https://ooni.org/support/ooni-probe-cli). +## Nightly builds + +We publish nightly builds using the [rolling release tag]( +https://github.com/ooni/probe-cli/releases/tag/rolling). These +builds use the latest commit of the `master` branch. + ## Developer instructions To setup development for this repository you need Go >= 1.15. The