@@ -5,9 +5,14 @@ A C# program to read fingerprint data from a scanner.
## Requirements
- .NET 9.0 or higher
- [Download .NET](https://dotnet.microsoft.com/en-us/download)
+ [Download .NET](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-9.0.8-windows-x86-installer?cid=getdotnetcore)
+ Has to be x86
+
## Instructions
+```
+git clone -b main https://git.swopt.com/enzo/FingerprintScanner.git
### 1. Clean the project
```sh