diff --git a/index.md b/index.md index 4424f8e38..371664e57 100644 --- a/index.md +++ b/index.md @@ -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 +```