From 452dd37bba09f9cfee05b9652842bdcce1b10610 Mon Sep 17 00:00:00 2001 From: Jason Sturges Date: Thu, 29 Dec 2022 15:02:21 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f08531c..d7bebf7 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Or, from the command line via DotNet CLI: $ dotnet ef migrations add Initial +If dotnet migration tools don't exist, remember to install the tools using the instruction above in the [environment setup](#environment-setup). + ### Run Entity Framework Migrations