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

Commit

Permalink
Merge pull request #264 from tijko/Fix-ReadMe
Browse files Browse the repository at this point in the history
Fix read me
  • Loading branch information
jdhitsolutions authored May 31, 2022
2 parents f2a7db4 + 28265d0 commit d93c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get-Module Pester -ListAvailable
If the _only_ result you get is for version `3.4.0`, then you must run:

```powershell
Install-Module Oester -RequiredVersion 4.10.1 -Force -SkipPublisherCheck
Install-Module Pester -RequiredVersion 4.10.1 -Force -SkipPublisherCheck
```

Re-run the `Get-Module` to verify version `4.10.1` is installed. If you have newer versions installed, that will have no effect on this module. Once you have verified Pester version 4.10.1 you can install the PSAutoLab module.
Expand Down

0 comments on commit d93c1a5

Please sign in to comment.