summaryrefslogtreecommitdiffstats
path: root/GETTING-STARTED.md
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
committerMattes D <github@xoft.cz>2016-01-01 21:05:09 +0100
commit80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch)
tree436ba0fe305343c808b7078b5106981be9b00802 /GETTING-STARTED.md
parentMerge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff)
downloadcuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst
cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip
Diffstat (limited to 'GETTING-STARTED.md')
-rw-r--r--GETTING-STARTED.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md
index fc777aed0..5a36652ee 100644
--- a/GETTING-STARTED.md
+++ b/GETTING-STARTED.md
@@ -88,8 +88,8 @@ Basically, the process is:
**Windows:**
You need to first generate a solution file by executing `cmake .` on the commandline at the top-level folder of the repository, then just open the solution file in MSVC and build. Note that the first time after generating the solution, you will need to do extra setup in order to be able to fully debug in MSVC:
-- Set the startup project to Cuberite: right-click the MCServer project in the Solution Explorer and choose "Set as Startup Project".
-- Set the debugging folder: right-click the MCServer project in the Solution Explorer, choose "Properties". In the dialog, browse to "Configuration Properties" -> "Debugging" and set "Working Directory" to "../MCServer".
+- Set the startup project to Cuberite: right-click the Cuberite project in the Solution Explorer and choose "Set as Startup Project".
+- Set the debugging folder: right-click the Cuberite project in the Solution Explorer, choose "Properties". In the dialog, browse to "Configuration Properties" -> "Debugging" and set "Working Directory" to "../Server".
How to Run
----------