From a8016d85bb9ee8f1b6e6e3a92d0c7713b38d7515 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Tue, 5 Aug 2025 15:31:26 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bde8d0f8..2b73bcf4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ One of the following is required: 5. Open the `project/server-csharp.sln` file in Visual Studio or Rider 6. Run `Build > Build Solution (CTRL + SHIFT + B)` in the IDE +Note: The first build will fail as the `ProgramStatistics` class needs to be initially generated in a `PreBuild` action. The second build onward will be a passing build. + ## Development ### Commands @@ -83,7 +85,7 @@ We're really excited that you're interested in contributing! Before submitting y - **master** The default branch used for the latest stable release. This branch is protected and typically is only merged with release branches. -- **development** +- **develop** The main branch for server development. **PRs should target this.** ### Pull Request Guidelines