Replace hardcoded absolute path in README build steps

The build instructions embedded the original author's local checkout
path, which is meaningless after cloning. Point at the project root
instead and add the missing `flutter pub get` step.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
picshbj
2026-08-25 12:09:49 +09:00
parent 84ba0a57c3
commit 47dc94a733
+3 -1
View File
@@ -17,7 +17,9 @@ samples, guidance on mobile development, and a full API reference.
## HOW TO BUILD ## HOW TO BUILD
$cd /Users/jeffreyhong/Library/CloudStorage/OneDrive-Personal/문서/00_GARDENTECH/Development/Kiosk_flutter_app/kiosk_webview Run the following from the project root (the directory containing `pubspec.yaml`):
$flutter pub get
$flutter build apk --release $flutter build apk --release