From da642f72d0a865d2e27d4fd144f57b546cc0b099 Mon Sep 17 00:00:00 2001 From: Yimura Date: Tue, 11 Jan 2022 18:12:19 +0100 Subject: [PATCH] feat(README): Remove any mention to releases --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index bd278617..fe2e39b1 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,6 @@ GenerateProjects.bat ``` Now, you will be able to open the solution, and simply build it in Visual Studio. -## Debugging Binaries - -If you fail to create a working build of YimMenu you can try one of the nightly prebuild binaries. -They are automatically build for testing purposes only, they should not be used online. -Try and see if these builds work and if they don't create an issue about what isn't working. - -[Link to debugging binaries](https://github.com/Yimura/YimMenu/releases/latest) - ## Project Structure - `api/` contains some basic example of how I'd make REST api calls