From 075d0df6a4ab088ea3c486bce6fe9aa2c71f4be2 Mon Sep 17 00:00:00 2001 From: Yoko Harada Date: Fri, 22 Jul 2016 11:38:44 -0400 Subject: [PATCH] Added a comment about El Capitan Java installation --- outline/setup_osx.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/outline/setup_osx.md b/outline/setup_osx.md index dc0dcfb1..7de1559e 100644 --- a/outline/setup_osx.md +++ b/outline/setup_osx.md @@ -50,6 +50,13 @@ Expected result: ## Making sure Java is installed + +> If you have OS X version 10.11 (El Capitan), you don't have Java installed. +> You need to install Java as well. +> Download Java from and follow the instruction. +> If you have a trouble, article may help. + + Run `java -version` in your terminal. If you do not have Java installed, OS X will prompt you to install it. Follow all of the directions OS X gives you, then return to this part of the tutorial and run `java -version` again. If Java is installed, you will see something like this in your terminal: