From e07ec8b189570e1f24de8b8d797fe4219355efb4 Mon Sep 17 00:00:00 2001 From: bynarie Date: Tue, 17 Aug 2021 09:18:21 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9afca5..696b85f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # OriginCacheCleaner Command line utility to clear Origin(EA) cache -Written in C# / .NET core. +Written in C# / .NET 5. + +Build Instructions + +- Make sure to have Visual Studio or Visual Studio Code installed +- Clone repository using Git +- Open repository folder and open the solution (.sln) file +- At this point, if everything is sync'd in VS, you should be able to just simply build this and/or run it