From 8495debc0c90cce2c3d86b2caac496989bfa5ff5 Mon Sep 17 00:00:00 2001 From: Martijn Hoekstra Date: Tue, 29 Oct 2019 10:42:35 +0100 Subject: [PATCH] Indicate OS support in requirements --- docs/docs/contributing/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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