docs(gh-pages): add syntax highlighting to execution policy

This commit is contained in:
Richard Kuhnt
2019-09-02 13:48:18 +02:00
parent 4d674d1027
commit f29eb2fad0
+5 -1
View File
@@ -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
```