Skip to content

Commit

Permalink
Updating readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewNobes committed May 29, 2021
1 parent 050c70c commit cb37b64
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cb37b64

Please sign in to comment.