From 5bebf7e6778607c22bb0a11b0a9b1abcaca3872b Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:02:06 +1000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6abc64..21ef46e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ A modern, cross platform & open source IDE for .NET +### Building +See [CONTRIBUTING.md](CONTRIBUTING.md) for instructions for building and running SharpIDE locally! + +### WIP +SharpIDE is a WIP, and contributions are always welcome! If you encounter an error, please raise an issue! 😊 + image ## Completions @@ -37,9 +43,3 @@ A modern, cross platform & open source IDE for .NET ## Solution Picker image - -### Errors -SharpIDE is still a WIP, so please do not rely on it for production usage. If you encounter an error, please raise an issue! 😊 - -### Building -if using a preview .NET SDK, ensure that `DOTNET_ROLL_FORWARD_TO_PRERELEASE` is set to `1` as per https://github.com/godotengine/godot/issues/98334, otherwise it will blow up.