diff options
| -rwxr-xr-x | README | 18 | ||||
| -rwxr-xr-x | README.md | 18 |
2 files changed, 18 insertions, 18 deletions
@@ -1,18 +0,0 @@ -DESCRIPTION - Documentation for 333networks masterserver in LaTeX - - author: Darkelarious - email: darkelarious@333networks.com - -REQUIREMENTS - - texlive-full - - make - -INSTALL - Run "make" in this directory. - -USE - Open the pdf document that is generated by "make". Read document. Understand. - -COPYING - Copyright Darkelarious/333networks, 2021. diff --git a/README.md b/README.md new file mode 100755 index 0000000..eb654f6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## DESCRIPTION +Documentation for 333networks masterserver in LaTeX. + +author: Darkelarious +email: darkelarious@333networks.com + +## REQUIREMENTS +* texlive-full +* make + +## INSTALL +Run `make` in the `src` directory. + +## USE +Open the pdf document that is generated by `make`. Read document. Understand. + +## COPYING +Copyright Darkelarious & 333networks, 2021. |
