Skip to content

Commit

Permalink
docs(pwsh): update unsigned script command
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarGBkR authored Sep 24, 2023
1 parent 31a51ff commit b4db51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/installation/prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ New-Item -Path $PROFILE -Type File -Force
```

In this scenario, it can also be that PowerShell blocks running local scripts. To solve that, set PowerShell
to only require remote scripts to be signed using `Set-ExecutionPolicy RemoteSigned`, or [sign the profile][sign].
to only require remote scripts to be signed using `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine`, or [sign the profile][sign].
:::

Then add the following line.
Expand Down

0 comments on commit b4db51c

Please sign in to comment.