Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrimarcJake authored Nov 4, 2024
1 parent c8b86e8 commit 9035e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ A ~~tiny~~ small tool built to find and fix common misconfigurations in Active D
### Install module manually from GitHub:
1. Download the [latest module version](https://github.com/TrimarcJake/Locksmith/releases/latest) ( **Locksmith-v**\<YEAR\>**.**\<MONTH\>**.zip** )
2. Extract the downloaded zip file
3. Open a PowerShell prompt to the location of the extracted file and run `Import-Module Locksmith.psd1`
3. Open a PowerShell prompt to the location of the extracted file and run `Import-Module .\Locksmith.psd1`

## Script
### Download the standalone script (classic) without module:
1. Download the latest script version: [https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip)
2. Open a PowerShell prompt to the location of the downloaded file and run .\Invoke-Locksmith.ps1
2. Open a PowerShell prompt to the location of the downloaded file and run `.\Invoke-Locksmith.ps1`

<a name="RunLocksmith" id="RunLocksmith"></a>
# Run Locksmith
Expand Down

0 comments on commit 9035e90

Please sign in to comment.