Browse Source

Merge pull request #221 from DragDay7/patch-1

One step less on execution
pull/238/head
Alex Hirsch 5 years ago
committed by GitHub
parent
commit
c0997fd10b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -38,8 +38,7 @@ Enable execution of PowerShell scripts:
Unblock PowerShell scripts and modules within this directory:
PS > ls -Recurse *.ps1 | Unblock-File
PS > ls -Recurse *.psm1 | Unblock-File
PS > ls -Recurse *.ps*1 | Unblock-File
## Usage

Loading…
Cancel
Save