diff --git a/README.md b/README.md new file mode 100644 index 00000000..5327d3bf --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# OpenDiablo2 +An open source re-implementation of Diablo 2 in C# + +## 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.