Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 0d0c40a

Browse files
updated README
1 parent 53106f0 commit 0d0c40a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ This project has been published to the PowerShell Gallery. It is recommended tha
3737
Open an elevated PowerShell prompt and run:
3838

3939
```powershell
40-
PS C:\> Install-Module PSAutoLab
40+
PS C:\> Install-Module PSAutoLab -Force -SkipPublisherCheck
4141
```
4242

43+
> The installation should install required dependencies which is why you need the additional parameters.
44+
4345
If prompted, answer yes to update the nuget version and to install from an untrusted repository, unless you've already marked the PSGallery as trusted. If you have an old copy from before Pluralsight took ownership you will get an error. Manually remove the old module files and try again.
4446

4547
> **Do not download or use any of the release packages from this Github repository. You must install this module from the PowerShell Gallery.**
@@ -56,7 +58,7 @@ PS C:\> Get-Module PSAutolab
5658
5759
ModuleType Version Name ExportedCommands
5860
---------- ------- ---- ----------------
59-
Script 4.8.0 psautolab {Enable-Internet, Get-LabSnapshot,...}
61+
Script 4.11.0 psautolab {Enable-Internet, Get-LabSnapshot,...}
6062
```
6163

6264
Your version number may differ.

0 commit comments

Comments
 (0)