Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions entity-framework/core/cli/powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down