From dc8043e51b8e0203c3bf392c9d27d90f54d5fc76 Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Mon, 14 Jul 2025 09:20:53 +0200 Subject: [PATCH] fix: java -version instead of java -v --- .../views/docs/mobile/1/getting-started/environment-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/docs/mobile/1/getting-started/environment-setup.md b/resources/views/docs/mobile/1/getting-started/environment-setup.md index 561a5c9..0835a4a 100644 --- a/resources/views/docs/mobile/1/getting-started/environment-setup.md +++ b/resources/views/docs/mobile/1/getting-started/environment-setup.md @@ -96,7 +96,7 @@ That's it! Android Studio handles all the necessary configuration automatically. ### Preparing for NativePHP -1. Check that you can run `java -v` and `adb devices` from the terminal. +1. Check that you can run `java -version` and `adb devices` from the terminal. 2. The following environment variables set: #### On macOS