From f29eb2fad0e7f9bba3cdce9223dae9847e35a8c7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 2 Sep 2019 13:48:18 +0200 Subject: [PATCH] docs(gh-pages): add syntax highlighting to execution policy --- index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +```