Skip to content

Commit 079632d

Browse files
committed
docs(mobile-client): update local setup instructions
- Remove redundant step in cloning repository - Improve readability of git clone instructions
1 parent 438e0bb commit 079632d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This guide will walk you through setting up and running the Flutter News App Mob
1515

1616
2. **Clone the Repository**
1717

18-
Open your terminal, navigate to your desired workspace directory, and clone the mobile client repository:
18+
Open your terminal and clone the mobile client repository:
1919

2020
```bash
2121
git clone https://github.com/flutter-news-app-full-source-code/flutter-news-app-mobile-client-full-source-code.git
22-
cd apps/flutter-news-app-mobile-client-full-source-code
22+
cd flutter-news-app-mobile-client-full-source-code
2323
```
2424

2525
3. **Install Dependencies**

0 commit comments

Comments
 (0)