diff --git a/docs/docs/contributing/getting-started.md b/docs/docs/contributing/getting-started.md index 7908398fc17d..142c9282d64f 100644 --- a/docs/docs/contributing/getting-started.md +++ b/docs/docs/contributing/getting-started.md @@ -7,7 +7,7 @@ title: Getting Started Requirements ------------ -Make sure that you are using Java 8 or newer. You can determine which version of the JDK is the +Make sure that you are using macOS or Linux (or WSL on Windows) with Java 8 or newer. You can determine which version of the JDK is the default by typing `java -version` in a Terminal window. Compiling and Running