From 22d5967b9e439c8674626019333d40a8ce20517d Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 26 Apr 2018 15:50:17 +0100 Subject: [PATCH] Adds setting the PATH environment variable to the set-up instructions. --- docs/source/getting-set-up.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index b8cd50727a..9c76111737 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -57,7 +57,8 @@ Java 3. Toggle "Accept License Agreement" 4. Click the download link for jdk-8uXXX-windows-x64.exe (where "XXX" is the latest minor version number) 5. Download and run the executable to install Java (use the default settings) -6. Open a new command prompt and run ``java -version`` to test that Java is installed correctly +6. Add Java to the PATH environment variable by following the instructions at https://docs.oracle.com/javase/7/docs/webnotes/install/windows/jdk-installation-windows.html#path +7. Open a new command prompt and run ``java -version`` to test that Java is installed correctly Git ^^^