README.md update.

This commit is contained in:
Tiiffi
2016-10-27 03:33:04 +03:00
parent cbbdbcca93
commit 4b663958aa

View File

@ -1,7 +1,7 @@
####Compiling:
Compile with GCC or CLANG:
```cc -std=gnu99 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
```cc -std=gnu11 -Wpedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c```
or just run **make**.