From 424fd53085e1aa9779c59894ee11fa2e3d67f2d4 Mon Sep 17 00:00:00 2001 From: EduardF1 Date: Sat, 30 May 2026 02:01:25 +0200 Subject: [PATCH] docs: clarify PMC PowerShell command wording Fixes #4974 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- entity-framework/core/cli/powershell.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entity-framework/core/cli/powershell.md b/entity-framework/core/cli/powershell.md index 8868bcd962..ff9107dc6a 100644 --- a/entity-framework/core/cli/powershell.md +++ b/entity-framework/core/cli/powershell.md @@ -16,13 +16,13 @@ If you aren't using Visual Studio, we recommend the [EF Core Command-line Tools] ## Install the tools -Install the Package Manager Console tools by running the following command in **Package Manager Console**: +Install the Package Manager Console tools by running the following PowerShell command in **Package Manager Console**: ```powershell Install-Package Microsoft.EntityFrameworkCore.Tools ``` -Update the tools by running the following command in **Package Manager Console**. +Update the tools by running the following PowerShell command in **Package Manager Console**. ```powershell Update-Package Microsoft.EntityFrameworkCore.Tools