From f577487c289c2f7ef0355f0e12654ad02d93366c Mon Sep 17 00:00:00 2001 From: Cricket Alicia Sloan Date: Wed, 16 Jun 2021 11:05:59 -0700 Subject: [PATCH] Update README.rst When I was attempting to follow these instructions, I got an error that version 1.8 was not installed and Otto pointed out that it was version 11 that we just installed. Changing the command to have -v 11 worked. I am not sure where the 1.8 came from and wondered if possibly it was meant to be 11.8. This fix has 11. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 31775793c..c6d661dd9 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ System Installation (OSX Big Sur(testing), Catlina(10.15.x), Mojave(10.14.6)) brew install openjdk@11 # Add to your PATH in terminal profile, i.e. ~/.bash_profile or ~/.zshrc - export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) + export JAVA_HOME=$(/usr/libexec/java_home -v 11) 9. Elasticsearch 5.x .. code-block:: bash