From 043b89e56c04d88ed2ce4f1c7ea9cce6788463a9 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Mon, 10 Dec 2018 13:59:40 -1000 Subject: [PATCH] Update model.md (#9944) --- aspnetcore/tutorials/razor-pages/model.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aspnetcore/tutorials/razor-pages/model.md b/aspnetcore/tutorials/razor-pages/model.md index 6982465bae..ceea88471e 100644 --- a/aspnetcore/tutorials/razor-pages/model.md +++ b/aspnetcore/tutorials/razor-pages/model.md @@ -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