From 28ddc897de50d176c4573dba3968295d63a50823 Mon Sep 17 00:00:00 2001 From: Marvin <56729597+VoltexRB@users.noreply.github.com> Date: Thu, 5 May 2022 17:53:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 680adba..0fbcbb0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ This is a little program that takes Spotify URLs and converts them into scannable STL files of the Spotify Code. +To use the Source Code, you need to have .NET 6.0 Runtime installed on your Machine. The program was initially written in .NET 6.0, but was later switched to .NET Framework to run without installing any additional dependencies for most users. +If the application still doesnt start for you though, download the latest update of [.NET Framework](https://dotnet.microsoft.com/en-us/download/dotnet-framework) Pretty straightforward, nothing more to say to that.