some adjustments on README

This commit is contained in:
Nico Kratky 2016-02-23 08:44:48 +01:00
parent d4d3c95328
commit 9a6d46b4e0

View file

@ -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<stdio.h>
#include <stdio.h>
main() {
printf(“Hello World”);
}