Browse Source

minor update

enzo 2 weeks ago
parent
commit
a445fedc24
2 changed files with 7 additions and 0 deletions
  1. 2 0
      Program.cs
  2. 5 0
      README.md

+ 2 - 0
Program.cs

@@ -1,2 +1,4 @@
 // See https://aka.ms/new-console-template for more information
 Console.WriteLine("Hello, World!");
+
+Console.WriteLine("Run Forrest Run!!!");

+ 5 - 0
README.md

@@ -7,6 +7,11 @@ A C# program to read fingerprint data from scanner
 ## Requirements
 - Donet 9.0 or higher (https://dotnet.microsoft.com/en-us/download)
 
+## Run the program
+- Terminal, run 
+    ```sh
+    dotnet run
+    ```sh
 
 ## License
 Specify the license information here (if applicable).