Updated README.md

This commit is contained in:
hondacrx
2017-06-20 12:09:31 -04:00
parent 6e265ea24b
commit b65b980f54
3 changed files with 14 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
language: csharp
solution: ./CypherCore.sln
+9 -1
View File
@@ -1,5 +1,13 @@
### What is CypherCore? ## CypherCore [![Build Status](https://travis-ci.org/CypherCore/CypherCore.svg?branch=master)](https://travis-ci.org/CypherCore/CypherCore) [![Build status](https://ci.appveyor.com/api/projects/status/6290gij98ukvt6ob/branch/master?svg=true)](https://ci.appveyor.com/project/CypherCore/CypherCore/branch/master)
CypherCore is an open source server project for World of Warcraft written in C# (.NET Core). CypherCore is an open source server project for World of Warcraft written in C# (.NET Core).
The current support game version is: 7.2.5.24367 The current support game version is: 7.2.5.24367
Credit for the great work goes to TrinityCore Team and hondacrx for the porting.
# How to use
- Simply compile the solution as you do with TC c++ version.
- Install TC's TDB and use the updates that you can find in this repo.
- Edit BnetServer and WorldServer config files giving at least your Database Informations
+3
View File
@@ -0,0 +1,3 @@
version: 1.0.{build}
build:
verbosity: minimal