From b4d5a659741f767f6880e8536ee6a3ea3d99df3b Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 30 May 2024 22:43:30 +0100 Subject: [PATCH] Updated build steps --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d67aa7..c78a5b9 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,9 @@ git config --local user.email "USERNAME@SOMETHING.com" - Avalonia Visual Studio Extension ## Build -1. Run `dotnet tool restore` from command line inside project folder -2. Open Launcher.code-workspace in Visual Studio Code. -3. Run the build task: (top toolbar) Terminal -> Run Build Task... (requires running twice on first run) -4. Copy-paste all files inside `Build` into `game root directory`, overwrite when prompted. +- Ensure `Powershell` is up to date (version 7+) +- Run `Build > Rebuild Solution` +- Build results are stored in `project/Build` ## Server Endpoints If you just want to mess with the server endpoints, you can use this [postman collection](https://gofile.io/d/kCzmze) \ No newline at end of file