From a26ca214ce07966f4fe5c209d7fdc227d2813f20 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 23 Sep 2020 06:43:38 -0700 Subject: [PATCH] [skip changelog] Add nightly builds link to readme This makes it easier for contributors to participate by beta testing Arduino CLI. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e542c9311d..b5ce7413e50 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ contribute your changes to the project. :sparkles: Thanks to all our [contributors]! :sparkles: +### Beta testing + +[Nightly builds] are available for beta testing. + ## Security If you think you found a vulnerability or other security-related bug in the Arduino CLI, please read our [security @@ -51,4 +55,5 @@ e-mail contact: security@arduino.cc [faq]: https://arduino.github.io/arduino-cli/latest/FAQ/ [how to contribute]: https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/ [contributors]: https://github.com/arduino/arduino-cli/graphs/contributors +[nightly builds]: https://arduino.github.io/arduino-cli/latest/installation/#nightly-builds [security policy]: https://github.com/arduino/arduino-cli/security/policy