We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550e9fe commit 717e79fCopy full SHA for 717e79f
README.md
@@ -55,7 +55,7 @@ Install-Module -Name Locksmith -Scope CurrentUser
55
Invoke-Locksmith
56
```
57
2. Download the Standalone Script Without Module
58
- 1. Download the latest monolithic (all-in-one) script version: [https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip).
+ 1. Download the [latest monolithic (all-in-one) script version](https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip).
59
2. Open a PowerShell prompt to the location of the downloaded file and run:
60
```powershell
61
Unblock-File .\Invoke-Locksmith.zip
0 commit comments