From 6170a56648800ca3d13f27a4339c301869941f52 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sat, 28 Sep 2019 23:18:08 +0200 Subject: [PATCH] [Docs] Link directly to installing Red from installing requirements using chocolatey section (#2995) * docs: link directly to installing Red from installing using chocolatey * chore(changelog): add towncrier entry --- changelog.d/2995.docs.rst | 1 + docs/install_windows.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/2995.docs.rst diff --git a/changelog.d/2995.docs.rst b/changelog.d/2995.docs.rst new file mode 100644 index 000000000..2a6f9f498 --- /dev/null +++ b/changelog.d/2995.docs.rst @@ -0,0 +1 @@ +Add direct link to "Installing Red" section in "Installing using powershell and chocolatey" diff --git a/docs/install_windows.rst b/docs/install_windows.rst index 3b42d75af..76807eab9 100644 --- a/docs/install_windows.rst +++ b/docs/install_windows.rst @@ -29,6 +29,7 @@ Then run each of the following commands: choco install git --params "/GitOnlyOnPath /WindowsTerminal" -y choco install jre8 python -y; exit +From here, continue onto `installing Red `. ******************************** Manually installing dependencies