Skip to content

Commit

Permalink
Update quick-start.md (#346)
Browse files Browse the repository at this point in the history
Found a typo in running the New-EPACDefinitionFolder command.
  • Loading branch information
BasWassenaar authored Sep 7, 2023
1 parent 4c81e52 commit 0b3e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install-Module EnterprisePolicyAsCode -Scope CurrentUser
```
4. Create a new EPAC definitions folder to hold policy objects.
```ps1
New-EPACDefinitionsFolder -DefinitionsRootFolder Definitions
New-EPACDefinitionFolder -DefinitionsRootFolder Definitions
```
5. This will create a folder called ```Definitions``` with a number of subfolder and a ```global-settings.jsonc``` file where the environment is defined.
6. Edit the ```global-settings.jsonc``` file by copying the sample below. Modify the commented sections as appropriate.
Expand Down

0 comments on commit 0b3e05c

Please sign in to comment.