Skip to content

Commit 3038ee9

Browse files
committed
Clean up no longer necessary pathing for android docs.
1 parent 68eb904 commit 3038ee9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/android-startup-scenarios.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@
1313

1414
```sh
1515
cd src/scenarios
16-
. ./init.sh # or .\init.ps1 on Windows
17-
cd ../
16+
. ./init.sh # or `.\init.ps1` on Windows
1817
```
1918

2019
2. Navigate to the `helloandroid` scenario directory:
2120

2221
```sh
23-
cd ./scenarios/helloandroid
22+
cd helloandroid
2423
```
2524

2625
3. Copy the APK into the `helloandroid` directory.

0 commit comments

Comments
 (0)