Skip to content

Commit ca618d5

Browse files
authored
Modify installation command in README
Updated installation command to allow prerelease versions.
1 parent 426036b commit ca618d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ADCSGoat creates vulnerable Active Directory Certificate Services (AD CS) certif
2727
## Installation
2828

2929
```powershell
30-
Install-Module -Name ADCSGoat
30+
Install-Module -Name ADCSGoat AllowPrerelase
3131
```
3232

3333
Or clone the repo and import directly:
@@ -70,3 +70,4 @@ MIT License w/Commons Clause - see [LICENSE](..\LICENSE) file for details.
7070
---
7171

7272
Made with 💜 by [Jake Hildreth](https://jakehildreth.com)
73+

0 commit comments

Comments
 (0)