diff --git a/README.md b/README.md index 70adb99..0666884 100644 --- a/README.md +++ b/README.md @@ -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**\**.**\**.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` # Run Locksmith