From c3b054e795bc2771b543dc7748dd911a0b197d22 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Sun, 11 Dec 2016 14:44:09 +0100 Subject: [PATCH] Fix typo in msbuild command --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bdb3a7595a..2f59bf040f 100644 --- a/readme.md +++ b/readme.md @@ -79,7 +79,7 @@ All libs listed here (bar cmake) required in 32 bit variants. ### Windows: 1. Check out the repository. This can be done using [GitHub Desktop](https://desktop.github.com) or [other tools](https://help.github.com/articles/which-remote-url-should-i-use). 2. Open a new Developer Command Prompt for VS2015, then navigate to the repository (e.g. `cd C:\GitHub\OpenRCT2`). -3. Run `msbuild openrct2.proj /t:build /t:platform=x64`. +3. Run `msbuild openrct2.proj /t:build /p:platform=x64`. 4. Run the game, `bin\openrct2` Once you have ran msbuild once, further development can be done within Visual Studio by opening `openrct2.sln`.