diff --git a/README.md b/README.md index 70fc450..e5d4d7c 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,17 @@ It's easy to get started. Just plug in your device, and then build the applicati - If you use IDE's for flutter development - Connect your device - Build the application by the IDE you use for flutter development. - - Or run ``` flutter run --release ``` on your console to build the app + - Or run ``` flutter run --release ``` on your console to build the app. + - Click the camera button to open the Scanner and point and scan. - If you use terminal or CMD for flutter development - Connect your device - Run ``` flutter run --release ``` on your console + - Click the camera button to open the Scanner and point and scan. - If you want to just build the apk - Run ``` flutter build apk --release ``` + +# Known Issue +None as of now. Currently, I'm trying to add a section to show a log of scanned QR Codes. Feel free to open an issue if any! + +# License +> The MIT License