Update README.md

This commit is contained in:
Cj
2025-08-05 15:31:26 -04:00
parent 23389b48c4
commit a8016d85bb
+3 -1
View File
@@ -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