From 47dc94a7337fa690672c7d4c6d6ba3155b9c8b9a Mon Sep 17 00:00:00 2001 From: picshbj Date: Tue, 25 Aug 2026 12:09:49 +0900 Subject: [PATCH] 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f70fc64..6d6883a 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ samples, guidance on mobile development, and a full API reference. ## 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