From f5b0ee0019f7276fb497d23a10c73075dbbbbe86 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Sun, 13 Aug 2017 12:44:24 -0700 Subject: [PATCH] remove note about selecting command-line environment (#3919) * remove note about selecting command-line environment * add sdk --- aspnetcore/getting-started-1.1.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/aspnetcore/getting-started-1.1.md b/aspnetcore/getting-started-1.1.md index b7e5f23a49..4fde8c5f05 100644 --- a/aspnetcore/getting-started-1.1.md +++ b/aspnetcore/getting-started-1.1.md @@ -21,10 +21,7 @@ uid: getting-started-1.1 1. Install the .NET Core 1.0.4 SDK from the [.NET Core downloads page](https://microsoft.com/net/download/core/). --> -1. Install [.NET Core](https://microsoft.com/net/core). - - If you're on Windows, select the **Command line / other** environment. - ![Select Command line environment for Windows](getting-started/_static/win-install-cmd-line.png) +1. Install [the .NET Core SDK](https://microsoft.com/net/core). 2. Create a folder for a new .NET Core project.