Skip to content

Commit 9aec6c1

Browse files
authored
Update README.md
1 parent f1c8e7e commit 9aec6c1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ Invoke-PwshTyper
1515
```
1616

1717
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

Comments
 (0)