From 9a6d46b4e0c2499462462ad9850871e49f47fa28 Mon Sep 17 00:00:00 2001 From: Nico Kratky Date: Tue, 23 Feb 2016 08:44:48 +0100 Subject: [PATCH] some adjustments on README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b02d926..196733a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ These instructions give the most direct way to a working fl0w environment. |------|-----------| |**OS X**|![](https://img.shields.io/badge/status-supported-brightgreen.svg)| |**Linux**|![](https://img.shields.io/badge/status-supported-brightgreen.svg)| -|**Windows**|![](https://img.shields.io/badge/status-not%20supported-red.svg)| +|**Windows**|![](https://img.shields.io/badge/status-kinda%20supported-red.svg)| A Unix like operating system running on an ARMv7 bases device with clang or gcc and Python 3.5 is required on the server. The Sublime Text client is platform independent, although only OS X and Linux are officially supported. @@ -46,7 +46,7 @@ For setting up the environment just run: 4. Content of hello_world.c:
 ```c - #include

 + #include 

 main() {
 printf(“Hello World”); }