From cb37b645f82b5753fbfe2151d45630abbfcf0e0c Mon Sep 17 00:00:00 2001 From: Matthew Nobes Date: Sat, 29 May 2021 21:01:34 +0100 Subject: [PATCH] Updating readme.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a191520..fc80fd0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Hash-Checker This is designed to create a hash for a download and compare it to the original hash provided by the source of the download. -##Getting started +## Getting started + This project was built using the .NET framework and C#, as a result it will need the following elements installed to run it. + +* Visual Studio - This was developed using Visual Studio 2017, however, any updated version should be fine. It would be useful to ensure that all relevent C# language packs are installed. +* .NET Framework - It was built using .NET Framework v{get-version-number}, there is the possability this project may be updated in the future to utilise .NET Core. + +To load this code in Visual Studio, use the standard method of loading a project by selecting opening the solution file (.sln). Once opened, you can then use the built in compiler to build and run the solution. + +## Releases + +There are no releases yet.