From 13d0f170140869bab148df64f3f810dcccea2f4e Mon Sep 17 00:00:00 2001 From: jamied Date: Tue, 23 Dec 2025 15:03:42 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24232e3..c015691 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ go to releases, download the .msix for your cpu and install it ## build instructions heads up, if you are planning on contributing, the dev branch is where things can change and PRs can be made. the main branch is reserved for stable builds only -- step 1: you need Visual Studio 2026 to build. currently there is an insiders build available for it, use that. +- step 1: you need Visual Studio 2026 to build. make sure to install that, as older Visual Studio versions are not guarenteed to work and could break the project. - step 2: open up the project, and right click it in the Solution Explorer. - step 3: go to Package and Publish > Create App Packages - step 4: choose Sideloading, make sure Enable automatic updates is **disabled**.