Skip to content

Commit

Permalink
Update 01_intro.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
RameshBabuPrudhvi authored Dec 8, 2024
1 parent ce3a763 commit d5e9a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/01_intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ appium-doctor --ios
```
This command will check if the setup is done correctly. If there are any issues with the mandatory components, it will try to fix them automatically. If it can’t fix them on its own, it will mention the steps to follow to fix the issues.

#### Java 11
#### Java 17

Since Selcukes uses Java 11, make sure you have a [JDK 11 or later](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
Since Selcukes uses Java 11, make sure you have a [JDK 17 or later](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.

#### IDE
You will need a modern IDE such as [IntelliJ](https://www.jetbrains.com/idea/download) or Eclipse to work with Java.
Expand Down

0 comments on commit d5e9a40

Please sign in to comment.