From 6caca4822848d83ecebc32550039bd96db9f209f Mon Sep 17 00:00:00 2001 From: MadelineMurray <43356962+MadelineMurray@users.noreply.github.com> Date: Sat, 23 Feb 2019 11:25:42 +1000 Subject: [PATCH] Updated Chocolatey install Signed-off-by: Adrian Sutton --- docs/Installation/Install-Binaries.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Installation/Install-Binaries.md b/docs/Installation/Install-Binaries.md index 00ef0aed4f..d72ac9c117 100644 --- a/docs/Installation/Install-Binaries.md +++ b/docs/Installation/Install-Binaries.md @@ -27,6 +27,9 @@ $ pantheon --help * [Chocolatey](Install-Chocolatey.md) +!!! note + Close and reopen the terminal after installing Chocolatey. + ### Install Using Chocolatey To install from [Chocolatey package](https://chocolatey.org/packages/pantheon/): @@ -35,6 +38,13 @@ To install from [Chocolatey package](https://chocolatey.org/packages/pantheon/): choco install pantheon ``` +!!! note + The Chocolatey installation installs JDK11 and updates the system `JAVA_HOME` and `PATH` environment variables. + If your user `JAVA_HOME` or `PATH` environment variables are also set, update or remove these. + + If you do not want your system settings updated by Chocolatey, [install the packaged binaries](#linux-unix-windows-without-chocolatey) + instead and update the environment variables as required. + Display Pantheon command line help to confirm installation: ```bat