From 2f18eea2b3798ef5512cf8865b584292bc97a648 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Thu, 3 Nov 2022 09:07:26 +0300 Subject: [PATCH 1/2] Update README.md Remove unused Travis URL, update documentation links and add PlatformIO platform instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f49aa9390..0e7b3852db 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,11 @@ Boards manager link: `https://arduino.esp8266.com/stable/package_esp8266com_inde Documentation: [https://arduino-esp8266.readthedocs.io/en/3.0.2/](https://arduino-esp8266.readthedocs.io/en/3.0.2/) ### Using git version -[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) Also known as latest git or master branch. -- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is on the [Arduino website](https://www.arduino.cc/en/software). -- Follow the [instructions in the documentation](https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version). +- When using [Arduino IDE](https://www.arduino.cc/en/software), follow [our instructions here](https://arduino-esp8266.readthedocs.io/en/master/installing.html#using-git-version). +- When using [PlatformIO](https://platformio.org/install), follow documentation for the [platformio/espressif8266 platform](https://docs.platformio.org/en/stable/platforms/espressif8266.html#using-arduino-framework-with-staging-version). ### Using PlatformIO From 1abd33387bcfc918d7c509d76714620fd96550b1 Mon Sep 17 00:00:00 2001 From: Max Prokhorov Date: Thu, 3 Nov 2022 09:08:59 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e7b3852db..30528c8ed0 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Documentation: [https://arduino-esp8266.readthedocs.io/en/3.0.2/](https://arduin Also known as latest git or master branch. -- When using [Arduino IDE](https://www.arduino.cc/en/software), follow [our instructions here](https://arduino-esp8266.readthedocs.io/en/master/installing.html#using-git-version). -- When using [PlatformIO](https://platformio.org/install), follow documentation for the [platformio/espressif8266 platform](https://docs.platformio.org/en/stable/platforms/espressif8266.html#using-arduino-framework-with-staging-version). +- When using [Arduino IDE](https://www.arduino.cc/en/software), follow [our instructions here](https://arduino-esp8266.readthedocs.io/en/latest/installing.html#using-git-version). +- When using [PlatformIO](https://platformio.org/install), refer to [platformio/espressif8266 platform documentation](https://docs.platformio.org/en/stable/platforms/espressif8266.html#using-arduino-framework-with-staging-version). ### Using PlatformIO