aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index d2bcce8f86c..f2ae18f6cf5 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.TrinityCore.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.TrinityCore.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.