From 016700908bc2b5aae87cddb46bde9a0a0c79cb7b Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 20 Apr 2021 19:57:32 +0100 Subject: [PATCH] docs(NA): adds missing requirement to developing on windows (#97664) --- docs/developer/getting-started/index.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/developer/getting-started/index.asciidoc b/docs/developer/getting-started/index.asciidoc index bc191fa828b58f..5ab05812019591 100644 --- a/docs/developer/getting-started/index.asciidoc +++ b/docs/developer/getting-started/index.asciidoc @@ -12,8 +12,11 @@ In order to support Windows development we currently require you to use one of t - https://git-scm.com/download/win[Git bash] (other bash emulators like https://cmder.net/[Cmder] could work but we did not test them) - https://docs.microsoft.com/en-us/windows/wsl/about[WSL] -Before running the steps listed below, please make sure you have installed Git bash or WSL and that -you are running the mentioned commands through one of them. +As well as installing https://www.microsoft.com/en-us/download/details.aspx?id=48145[Visual C++ Redistributable for Visual Studio 2015]. + +Before running the steps listed below, please make sure you have installed everything +that we require and listed above and that you are running the mentioned commands +through Git bash or WSL. [discrete] [[get-kibana-code]]