enzo 1 tydzień temu
rodzic
commit
c52e262f08
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -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