diff --git a/stream_chat_v1/README.md b/stream_chat_v1/README.md index ad75469..ef7de0a 100644 --- a/stream_chat_v1/README.md +++ b/stream_chat_v1/README.md @@ -40,7 +40,7 @@ After installing Flutter and the necessary toolchain for your device (Android or **Clone the repo** ```bash -git clone [https://github.com/GetStream/flutter-samples](https://github.com/GetStream/flutter-samples) +git clone https://github.com/GetStream/flutter-samples ``` **Open the app folder** @@ -49,6 +49,12 @@ git clone [https://github.com/GetStream/flutter-samples](https://github.com/GetS cd flutter-samples/stream_chat_v1 ``` +**Install package dependencies:** + +```bash +flutter packages get +``` + **Open or create an emulator** ```bash @@ -58,14 +64,8 @@ cd flutter-samples/stream_chat_v1 # [https://developer.android.com/studio/run/managing-avds](https://developer.android.com/studio/run/managing-avds)[https://developer.android.com/studio/command-line/avdmanager](https://developer.android.com/studio/command-line/avdmanager) ``` -**Install package dependencies:** - -```bash -flutter packages get -``` - **Run the project on your device or emulator:** ```bash flutter run -``` \ No newline at end of file +```