diff --git a/README.md b/README.md index c92d6c2..b443d54 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# m2dev-server-src \ No newline at end of file +# m2dev-server-src + +Clean server sources for educational purposes. + +It builds as it is, without external dependencies. + + + +## How to build + +> mkdir build +> cd build +> cmake .. +> cmake --build . + + + +### Contributors + +- Distraught +- Gurgarath \ No newline at end of file