From cff0ecbc60a76c2729213e7c4fc457115eb080f2 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 10 Oct 2016 17:09:17 -0600 Subject: [PATCH] Add submodule init note change (thanks @levi-middleton) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bef9d76..6fdf6855 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ Please follow these simple requirements before posting a bug report: Note: This includes the API by default. If you need only the API, you need to cd into that folder and do the following with the .sln file for the API. For those new to C#, the .sln and .csproj files contain the necessary definitions to do a complete source build using Microsoft or Mono build tools. - Checkout the source. -- Initialize the submodules: ```git submodule init``` +- Initialize the submodules: ```git submodule update --init``` - Open the source in your favorite text editor that supports .NET building and press the build button OR - Run ```msbuild TShock.sln``` in the root of the cloned folder on Windows in a 'Developer Command Prompt' OR - Run ```xbuild TShock.sln``` in the root of the cloned folder on Unix.