Edited README with some proper info.

This commit is contained in:
KingPin
2011-08-29 12:37:39 -03:00
parent 582ca004dc
commit dc02973027

18
README
View File

@@ -26,18 +26,24 @@ Copyright (C) TrinityCore (http://www.trinitycore.org)
file, but you are not obligated to do so. If you do not wish to do
so, delete this exception statement from your version.
TrinityCore is a World of Warcraft game server emulator. It is derived
TrinityCore is a MMORPG Framework based mostly on C++. It is completely
open source, and is community supported. It is derived
from MaNGOS, the Massive Network Game Object Server, and is based on the
code of that project.
code of that project with extensive changes over time to optimize, improve
and cleanup the codebase at the same time as improving the ingame mechanics
and functionality. If you wish to contribute ideas or code please visit
our site linked below or make pull requests to our github repo at
https://github.com/TrinityCore/TrinityCore
For further information on the TrinityCore project, please visit our
project website at http://www.trinitycore.org.
project website at http://www.TrinitCore.org
API documentation can be obtained by running the "make doc" command inside
To get nightly builds of the master branch of TrinityCore, please visit
http://www.TrinitCore.net
Documentation including installation instructions can be found inside
the doc directory.
SQL files to create the database can be found in the sql directory. Files
to update your database from an older revision/version can be found in the
sql/updates directory.
See the docs/UnixInstall.txt file for installation instructions on Linux.