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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user