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”); }