Updated docs (part II)

This commit is contained in:
Timo Smit 2019-01-03 12:09:10 +01:00
parent 241910ad38
commit 2a71ab2bb1
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
# WolfAdmin
[WolfAdmin](https://dev.timosmit.com/wolfadmin) is a Lua module for Wolfenstein: Enemy Territory servers .
[WolfAdmin](https://dev.timosmit.com/wolfadmin) is a game manager for Wolfenstein: Enemy Territory servers. Written as a Lua module, it provides you with extra tools to administrate your server. Since the module is run on the server, players do not have to install anything.
Among the features are many different commands that your administrators may use, automated team balancing, logging of player data and a new set of custom voting options.
## Installation
* Download WolfAdmin from the [https://dev.timosmit.com/wolfadmin/download.html](website).
* Download WolfAdmin from the [website](https://dev.timosmit.com/wolfadmin/download.html).
* Follow the [installation instructions](https://dev.timosmit.com/wolfadmin/setup.html).
### Dependencies
@ -15,7 +17,7 @@ Make sure the following dependencies are installed:
Read the [configuration documentation](https://dev.timosmit.com/wolfadmin/configuration.html) and learn about the vast amount of options.
## Contributing
You can report any issues or feature requests to [Mantis](https://dev.timosmit.com/bugtracker/). Alternatively, you can fix or implement it yourself and send a pull request to the [repository on GitHub](https://github.com/timosmit/wolfadmin).
You can report any issues or feature requests to [Mantis](https://dev.timosmit.com/bugtracker/). Alternatively, you can fix or implement it yourself and send a pull request.
## License
Source code is released under [GNU General Public License 3](http://www.gnu.org/licenses/gpl-3.0.html) license.