diff --git a/docs/Installing-the-project.md b/docs/Installing-the-project.md index a354af7f1..8417f9f79 100644 --- a/docs/Installing-the-project.md +++ b/docs/Installing-the-project.md @@ -17,6 +17,14 @@ Add the following to pom.xml: ``` +If you haven't already, change the Java version: +``` + + 1.8 + 1.8 + +``` + If it is necessary to change the version of Selenium then you can configure pom.xml like following: ```