aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKingPin <github@kpsh.us>2011-08-29 12:37:39 -0300
committerKingPin <github@kpsh.us>2011-08-29 12:37:39 -0300
commitdc029730273cd1b40f3464cd7cc854b4ebd6be91 (patch)
tree12aee3a3c2834b26c5f58ca96c8a3eafc99b514a /README
parent582ca004dcf054d447d6949645ee9c0786a35501 (diff)
Edited README with some proper info.
Diffstat (limited to 'README')
-rw-r--r--README18
1 files 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.