Skip to content

Commit

Permalink
Remove PSResourceGet prerelease steps (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Oct 25, 2023
1 parent 06b2b0b commit aef9679
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,10 @@ AnyPackage.PSResourceGet documentation is located in [Provider Catalog](https://

## Install AnyPackage.PSResourceGet

> NOTE! Microsoft.PowerShell.PSResourceGet is required.
Due to a PSResourceGet issue, prerelease modules cannot be defined as dependencies, so manual installation of PSResourceGet is required.

```powershell
# Install Microsoft.PowerShell.PSResourceGet
Install-Module Microsoft.PowerShell.PSResourceGet -AllowPrerelease -AllowClobber -Force
Install-Module AnyPackage.PSResourceGet
```

If PSResourceGet is already installed.

```powershell
Install-PSResource -Name AnyPackage, AnyPackage.PSResourceGet -SkipDependenciesCheck
```

## Import AnyPackage.PSResourceGet

```powershell
Expand Down

0 comments on commit aef9679

Please sign in to comment.