Skip to content

Commit b607b98

Browse files
committed
docs(mobile-client): update local setup instructions
- Remove git clone instructions - Replace with download latest release archive - Update links to point to latest releases page - Adjust language to reflect new process
1 parent 09a475d commit b607b98

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/content/docs/mobile-client/local-setup.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ This guide will walk you through setting up and running the Flutter News App Mob
1313

1414
- **Flutter SDK:** Please follow the [Official Flutter Installation Guide](https://flutter.dev/docs/get-started/install) for your specific operating system.
1515

16-
2. **Clone the Repository**
16+
2. **Download the Latest Release**
1717

18-
Open your terminal and clone the mobile client repository:
18+
Download the source code of the latest release from the GitHub releases page for the Mobile Client:
1919

20-
```bash
21-
git clone https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code.git
22-
cd flutter-news-app-mobile-client-full-source-code
23-
```
20+
- **Mobile Client:** [https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code/releases/latest](https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code/releases/latest)
21+
22+
After downloading and extracting the archive, navigate into the project directory.
2423

2524
3. **Install Dependencies**
2625

0 commit comments

Comments
 (0)