Skip to content

Commit 7d6b2a3

Browse files
small change in user guide
1 parent 710a623 commit 7d6b2a3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Installer/User_guide.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Step 1: First Time Setup (Run Once)
55

6-
**Run:** `AndroidSetup_New.py`
6+
**Run:** `AndroidSetup.py`
77

88
**What it does:**
99
- Installs JDK 21 LTS (~190 MB)
@@ -17,19 +17,19 @@
1717

1818
**Windows:**
1919
```Terminal / powershell
20-
python AndroidSetup_New.py
20+
python AndroidSetup.py
2121
```
2222

2323
**Linux:**
2424
```bash / terminal
25-
sudo python3 AndroidSetup_New.py
25+
sudo python3 AndroidSetup.py
2626
```
2727

2828
---
2929

30-
### Step 2: Daily Usage (Run Anytime)
30+
### Step 2: Daily Usage (Run Anytime after running the step 1 file )
3131

32-
**Run:** `cross_avd_launcher.py`
32+
**Run:** `Avd_Launcher.py`
3333

3434
**What it does:**
3535
- Shows all installed Android emulators
@@ -39,13 +39,13 @@ sudo python3 AndroidSetup_New.py
3939

4040
**Windows:**
4141
```powershell
42-
python cross_avd_launcher.py
42+
python Avd_Launcher.py
4343
# Or double-click "Android AVD Launcher" desktop shortcut
4444
```
4545

4646
**Linux:**
4747
```bash
48-
python3 cross_avd_launcher.py
48+
python3 Avd_Launcher.py
4949
# Or double-click "Android_AVD_Launcher.desktop" shortcut
5050
```
5151

0 commit comments

Comments
 (0)