mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-26 15:26:21 +00:00
docs(gh-pages): add syntax highlighting to execution policy
This commit is contained in:
@@ -50,4 +50,8 @@ iwr -useb get.scoop.sh | iex
|
||||
```
|
||||
|
||||
**Note:** if you get an error you might need to change the execution policy
|
||||
(i.e. enable Powershell) with `Set-ExecutionPolicy RemoteSigned -scope CurrentUser`
|
||||
(i.e. enable Powershell) with
|
||||
|
||||
```powershell
|
||||
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user