From 79a4b922faa05b19c33549680814f205b6d81df3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 15 Dec 2015 20:38:31 +0200 Subject: [PATCH] Add "Contents" block --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a78c655fe..fdb199842 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ This project brings support for ESP8266 chip to the Arduino environment. It lets ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals. +# Contents +- Installing options: + - [Using Boards Manager](#installing-with-boards-manager) + - [Using git version](#using-git-version-) + - [Using stable version with PlatformIO](#using-stable-version-with-platformio) +- [Documentation](#documentation) +- [Issues and support](#issues-and-support) +- [Contributing](#contributing) +- [License and credits](#license-and-credits) + ### Installing with Boards Manager ### Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).