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