We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c864f1 commit d39a694Copy full SHA for d39a694
README.md
@@ -14,7 +14,13 @@ PSAppDeployToolkit.Tools is a companion module for [PSAppDeployToolkit](https://
14
Install the module from the PowerShell Gallery:
15
16
```powershell
17
-Install-Module PSAppDeployToolkit.Tools -Scope CurrentUser
+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>"
24
```
25
26
Example command usage:
0 commit comments