We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c8e7e commit 9aec6c1Copy full SHA for 9aec6c1
README.md
@@ -15,3 +15,11 @@ Invoke-PwshTyper
15
```
16
17
https://github.com/user-attachments/assets/485e3270-5a32-4bca-90e9-8ce4928ea6cd
18
+
19
+To add wordlists:
20
21
+```pwsh
22
+$installLocation = Split-Path (Get-Module PwshTyper).Path -Parent
23
+Write-Host "Add newline-separated files to the wordlists directory in $installLocation"
24
+explorer $installLocation
25
+```
0 commit comments