From 1faf1805763c093053b0bc73aa14fa8e0ab38bf3 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 27 Mar 2015 19:07:58 +0300 Subject: [PATCH] Add downloads section to readme [ci skip] --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1ba1bc735..2b4e0c45c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,17 @@ Arduino IDE with ESP8266 support This is an early beta. Things might not work as expected, please do report any bugs you find. +Downloads +--------- + +| OS | Build status | Latest release | +| --- | ------------ | -------------- | +| Linux | [![Linux build status](http://img.shields.io/travis/igrr/Arduino.svg)](https://travis-ci.org/igrr/esptool-ck) | | +| Windows | [![Windows build status](http://img.shields.io/appveyor/ci/igrr/Arduino.svg)](https://ci.appveyor.com/project/igrr/esptool-ck) | | +| OS X | | | + + + What works ----------