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 suggestionspull/2803/head
parent
e9d736aceb
commit
c99732266e
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue