From 950fa4b01095e10f134fbc89a14e8e22673ebffc Mon Sep 17 00:00:00 2001
From: Mike Lloyd <mike@reboot3times.org>
Date: Tue, 25 Feb 2020 14:55:35 -0700
Subject: [PATCH] Update BuildFromSource.md (#19320)

Add short note mentioning the edition flag.

Closes https://github.com/dotnet/aspnetcore/issues/16780
---
 docs/BuildFromSource.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index 4a4ba57e596..5ab42b0ec7e 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -20,7 +20,7 @@ Building ASP.NET Core on Windows requires:
     ```
 
     However, any Visual Studio 2019 instance that meets the requirements should be fine. See [global.json](/global.json)
-    and [eng/scripts/vs.json](/eng/scripts/vs.json) for those requirements.
+    and [eng/scripts/vs.json](/eng/scripts/vs.json) for those requirements. By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag.
 * Git. <https://git-scm.org>
 * NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>
 * Java Development Kit 11 or newer. Either:
-- 
GitLab