Update various document files

This commit is contained in:
Tiiffi
2019-12-21 22:16:34 +02:00
parent cffa73d223
commit d2ebbd8f12
4 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,4 @@
Compiling and installing
Building and installing
------------------------
Only dependency is C library and POSIX getopt support.
@ -7,9 +7,9 @@ Compiling with GCC or CLANG:
cc -std=gnu99 -Wpedantic -Wall -Wextra -Os -s -o mcrcon mcrcon.c
Note: on Window remember to link with winsockets by adding "-lws2_32" to your compiler command line.
Note: on Windows remember to link with winsock by adding `-lws2_32` to your compiler command line.
Or you can just run "make":
Or you can just run "**make**":
make - compiles mcrcon
make install - installs compiled binaries and manpage to the system
@ -19,4 +19,4 @@ Or you can just run "make":
/usr/local/bin/mcrcon
/usr/local/share/man/man1/mcrcon.1
Makefile "install" and "uninstall" rules are disabled on windows.
Makefile "**install**" and "**uninstall**" rules are disabled on windows.