From 9b1b02b996e9a32f8bd85f17a33bf01443178dc9 Mon Sep 17 00:00:00 2001 From: Yash Dave Date: Wed, 1 Jul 2020 21:34:37 +0530 Subject: [PATCH] [deploy] fix blockquote render error windows docs (#9053) --- docs/installation/windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 7ed3e8958..652cbc7f7 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -188,7 +188,8 @@ NOTE: Make sure to download **the OSS version**, `elasticsearch-oss`. - You do not need "real" keys for basic development. Some features require certain keys, so you may be able to add them as you go. -1. Run `bin/setup` +1. Run `bin/setup`. + > The `bin/setup` script is responsible for installing a varienty of > dependencies. One can find it inside the `bin` folder by the name of > `setup`.