1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Update README.md

This commit is contained in:
Ivan Grokhotkov 2016-03-03 19:04:31 +03:00
parent 071ecee5aa
commit b265ea0a98

View File

@ -8,7 +8,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
# Contents # Contents
- Installing options: - Installing options:
- [Using Boards Manager](#installing-with-boards-manager) - [Using Boards Manager](#installing-with-boards-manager)
- [Using git version](#using-git-version-) - [Using git version](#using-git-version)
- [Using stable version with PlatformIO](#using-stable-version-with-platformio) - [Using stable version with PlatformIO](#using-stable-version-with-platformio)
- [Building with make](#building-with-make) - [Building with make](#building-with-make)
- [Documentation](#documentation) - [Documentation](#documentation)
@ -41,7 +41,8 @@ Boards manager link: `http://arduino.esp8266.com/staging/package_esp8266com_inde
Documentation: [http://esp8266.github.io/Arduino/versions/2.1.0-rc2/](http://esp8266.github.io/Arduino/versions/2.1.0-rc2/) Documentation: [http://esp8266.github.io/Arduino/versions/2.1.0-rc2/](http://esp8266.github.io/Arduino/versions/2.1.0-rc2/)
### Using git version [![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) ### Using git version
[![Linux build status](https://travis-ci.org/esp8266/Arduino.svg)](https://travis-ci.org/esp8266/Arduino) [![codecov.io](https://codecov.io/github/esp8266/Arduino/coverage.svg?branch=master)](https://codecov.io/github/esp8266/Arduino?branch=master)
- Install Arduino 1.6.7 - Install Arduino 1.6.7
- Go to Arduino directory - Go to Arduino directory