Update README.md

This commit is contained in:
Tim Sarbin 2018-11-22 01:16:32 -05:00 committed by GitHub
parent 37b7998256
commit c852d3b172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -15,9 +15,17 @@ Diablo 2 and its content is ©2000 Blizzard Entertainment, Inc. All rights reser
ALL OTHER TRADEMARKS ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS.
## Building
To build this engine, you simply need to have [Microsoft Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) installed with C#/Windows support. Although we currently do not support building in Linux with MonoDevelop, we would like to begin adding support for Linux and Mac in the very near future.
## Running
When running via VisualStudio, go to the debug tab and specify the following command line options:
`-p "C:\Program Files (x86)\Diablo II"`
Substitute the path with wherever you have installed Diablo 2 and its expansions.
## Contributing
If you find something you'd like to fix thats obviously broken, create a branch, commit your code, and submit a pull request. If it's a new or missing feature you'd like to see, add an issue, and be descriptive!
If you'd like to help out and are not quite sure how, you can look through any open issues and tasks.