Add missing `-t` in command for creating a new web project (#2777)

* Add missing `-t` in command for creating a new web project

* Updated based on review comments and suggestions
pull/2803/head
Hans Thorhauge Dam 2017-02-17 21:26:28 -05:00 committed by Rick Anderson
parent e9d736aceb
commit c99732266e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ uid: getting-started
cd aspnetcoreapp cd aspnetcoreapp
dotnet new web dotnet new web
``` ```
   Note: This command requires `.NET Core SDK 1.0.0 - RC4` or later.
3. Restore the packages: 3. Restore the packages: