diff --git a/README.md b/README.md index 97a6046..bc3c7e2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -####Compiling: - -```gcc -std=gnu99 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c``` - -On windows, remember to link with winsockets. -Add ```-lws2_32``` to compiler command line on Mingw GCC. - ---- - -More info [here](http://forums.bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/). +####Compiling: + +```gcc -std=gnu11 -pedantic -Wall -Wextra -O2 -s -o mcrcon mcrcon.c``` + +On windows, remember to link with winsockets. +Add ```-lws2_32``` to compiler command line on Mingw GCC. + +--- + +More info [here](http://forums.bukkit.org/threads/admin-rcon-mcrcon-remote-connection-client-for-minecraft-servers.70910/). \ No newline at end of file