From dc029730273cd1b40f3464cd7cc854b4ebd6be91 Mon Sep 17 00:00:00 2001 From: KingPin Date: Mon, 29 Aug 2011 12:37:39 -0300 Subject: [PATCH] Edited README with some proper info. --- README | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README b/README index d2bcce8f86c..50daa5f5a99 100644 --- a/README +++ b/README @@ -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.