Skip to content

Commit 483a9f7

Browse files
Update installation.md (#152)
* Update installation.md docs: fix incorrect path references for Android environment variables docs: fix reference to Windows on MacOS instructions * docs: use ANDROID_HOME --------- Co-authored-by: Simon Hamp <[email protected]>
1 parent 56ad722 commit 483a9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/mobile/1/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and start distributing them to your users via the App Store.
2828

2929
#### On macOS
3030
```shell
31-
export JAVA_HOME=$(/usr/libexec/java_home -v 17) // This isn't required if JAVA_HOME is already set in the Windows Env Variables
31+
export JAVA_HOME=$(/usr/libexec/java_home -v 17) // This isn't required if JAVA_HOME is already set in your environment variables (check using `printenv | grep JAVA_HOME`)
3232
export ANDROID_HOME=$HOME/Library/Android/sdk
3333
export PATH=$PATH:$JAVA_HOME/bin:$ANDROID_HOME/emulator:$ANDROID_HOME/tools:$ANDROID_HOME/tools/bin:$ANDROID_HOME/platform-tools
3434
```

0 commit comments

Comments
 (0)