Skip to content

Commit

Permalink
Note that NuGet is only needed on Windows (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
offby1 authored Jan 18, 2022
1 parent 40ecb9d commit 94355e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ View the PSKoans [Command Reference Documentation][reference-docs].

## Prerequisites

- Windows PowerShell version 5.1 / PowerShell 6+
- NuGet
- PowerShell version 5.1 / PowerShell 6+
- NuGet (Windows only)
- Pester v4.x

If you've never installed PowerShell modules before, you need to first install the NuGet PackageProvider to enable modules to be installed:
Windows only: If you've never installed PowerShell modules before, you need to first install the NuGet PackageProvider to enable modules to be installed:

```PowerShell
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Expand Down

0 comments on commit 94355e2

Please sign in to comment.