diff --git a/docs/_get_started/Setup.md b/docs/_get_started/Setup.md index 90023afc..336ecb6b 100644 --- a/docs/_get_started/Setup.md +++ b/docs/_get_started/Setup.md @@ -21,16 +21,17 @@ Follow these steps to get started with your Friend. getting_started_snapshot_1 - then, go to apps/AppWithWearable/lib/custom_code/actions and in the "stream_api_response" file, add your openai key instead of "" + then, go to apps/AppWithWearable/lib/custom_code/actions and in the "stream_api_response" file, add your openai key instead of "key" + ![CleanShot 2024-04-11 at 00 17 32](https://github.com/BasedHardware/Friend/assets/43514161/c4d9a61d-df17-4dd5-912e-3e602fa5066c) - For AppStandalone, update variables in in .env.template file -5. iOS: [Install XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier. +6. iOS: [Install XCode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) then navigate to the iOS folder. You might need to launch Xcode to select a team and specify a bundle identifier. Android: Download/install [android Studio ](https://developer.android.com/studio) then navigate to the Android folder Don't run in web/simulator: Bluetooth will not work -6. Run `flutter clean ` then `flutter pub get` then `pod install` -7. When everything is installed, run `flutter run `, this should run your app on a selected device +7. Run `flutter clean ` then `flutter pub get` then `pod install` +8. When everything is installed, run `flutter run `, this should run your app on a selected device ### No-Code Alternative: @@ -39,4 +40,4 @@ Follow these steps to get started with your Friend. - Have the wearable device? [Copy this Flutterflow Project](https://app.flutterflow.io/project/friend-share-19bk3d) -[Next Step: Buying Guide →](https://basedhardware.github.io/Friend/assembly/Buying_Guide/){: .btn .btn-purple } \ No newline at end of file +[Next Step: Buying Guide →](https://basedhardware.github.io/Friend/assembly/Buying_Guide/){: .btn .btn-purple }