Skip to content

Commit

Permalink
Add signing info
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Dec 11, 2018
1 parent 4ac3298 commit d71dbc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Pester

> 📦🔐 Pester is now signed. `-SkipPublisherCheck` is no longer necessary to install from PowerShell Gallery on Windows 10.
Pester is the ubiquitous test and mock framework for PowerShell.

```powershell
Expand Down Expand Up @@ -60,7 +62,7 @@ Since version 4.0.9 Pester is compatible also with PowerShell Core 6.x on Window
Pester comes pre-installed with Windows 10, but we recommend updating, by running this PowerShell command _as administrator_:

```powershell
Install-Module -Name Pester -Force -SkipPublisherCheck
Install-Module -Name Pester -Force
```

Not running Windows 10 or facing problems? See the [full installation and update guide](https://github.com/pester/Pester/wiki/Installation-and-Update).
Expand Down Expand Up @@ -131,7 +133,7 @@ image:
- Visual Studio 2017
- Ubuntu
install:
- ps: Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser
- ps: Install-Module Pester -Force -Scope CurrentUser
build: off
test_script:
- ps: Invoke-Pester -EnableExit
Expand Down

0 comments on commit d71dbc7

Please sign in to comment.