some adjustments on README
This commit is contained in:
parent
d4d3c95328
commit
9a6d46b4e0
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ These instructions give the most direct way to a working fl0w environment.
|
|||
|------|-----------|
|
||||
|**OS X**||
|
||||
|**Linux**||
|
||||
|**Windows**||
|
||||
|**Windows**||
|
||||
|
||||
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”);
|
||||
}
|
||||
|
|
Reference in a new issue