Skip to content

Commit

Permalink
Document requirement for JDK 10 in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Apr 11, 2018
1 parent 101a2e6 commit fab6a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Quickstart
Install
-------

Install Python 3.4+ including ``pip3``, JDK 8 or 9 and git 1.9+. Then run the following command, optionally prefixed by ``sudo`` if necessary::
Install Python 3.4+ including ``pip3``, git 1.9+ and at least JDK 8. If you want to benchmark source builds of Elasticsearch you also need JDK 10. Then run the following command, optionally prefixed by ``sudo`` if necessary::

pip3 install esrally

Expand Down

0 comments on commit fab6a50

Please sign in to comment.