Skip to content

Commit d39a694

Browse files
authored
Update README.md
1 parent 0c864f1 commit d39a694

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ PSAppDeployToolkit.Tools is a companion module for [PSAppDeployToolkit](https://
1414
Install the module from the PowerShell Gallery:
1515

1616
```powershell
17-
Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser
17+
Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser -AllowPreRelease
18+
```
19+
20+
Or import a downloaded copy of the module:
21+
22+
```powershell
23+
Import-Module "<Path To PSAppDeployToolkit.Tools.psd1>"
1824
```
1925

2026
Example command usage:

0 commit comments

Comments
 (0)