You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: resources/views/docs/mobile/1/getting-started/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ and start distributing them to your users via the App Store.
28
28
29
29
#### On macOS
30
30
```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`)
0 commit comments