Skip to content

Commit 0efe2db

Browse files
authored
No double quotes for Set-ExecutionPolicy (nnja#7)
1 parent 829eb0e commit 0efe2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website/content/01-introduction/02-requirements

website/content/01-introduction/02-requirements/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You'll need a few mandatory prerequisites for successfully participating in the
2323
(`>` means prompt, don't type that in)
2424

2525
```powershell
26-
> "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned"
26+
> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
2727
```
2828

2929
Then, type `Y` for Yes.

0 commit comments

Comments
 (0)