From b16b16eb4626264e05c694a4432a77614f3b6f5a Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Thu, 22 Nov 2018 00:21:05 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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.