Update model.md (#9944)

pull/9946/head
Rick Anderson 2018-12-10 13:59:40 -10:00 committed by GitHub
parent e4fe7e3405
commit 043b89e56c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@ The *appsettings.json* file is updated with the connection string used to connec
# [Visual Studio for Mac](#tab/visual-studio-mac)
* Open a command window in the project directory (The directory that contains the *Program.cs*, *Startup.cs*, and *.csproj* files).
* Install the scaffolding tool:
```console
dotnet tool install --global dotnet-aspnet-codegenerator
```
* Run the following command:
```console