Skip to content

Commit bc7cf03

Browse files
committed
Update README.md
1 parent 20ef321 commit bc7cf03

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,10 @@ PSAppDeployToolkit.Tools is a companion module for [PSAppDeployToolkit](https://
2222
Install the module from the PowerShell Gallery:
2323

2424
```powershell
25-
Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser -AllowPreRelease
25+
Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser
2626
```
2727

28-
If this produces an error that the `-AllowPreRelease` parameter is not recognized, then first update PowerShellGet and then restart your PowerShell console:
29-
30-
```powershell
31-
Install-Module PowerShellGet -Force -Scope CurrentUser
32-
```
33-
34-
Alternatively you can import a downloaded copy of the module - however with this approach, you will need to ensure its pre-requisite modules **PSAppDeployToolkit** and **PSScriptAnalyzer** are available:
28+
Alternatively you can import a downloaded copy of the module - however with this approach, you will need to ensure its pre-requisite modules **PSAppDeployToolkit 4.1.5** and **PSScriptAnalyzer 1.24.0** are available:
3529

3630
```powershell
3731
Import-Module "<Path To PSAppDeployToolkit.Tools.psd1>"

0 commit comments

Comments
 (0)