From 79b4678bba014ccb6402972dc0b599851b50de72 Mon Sep 17 00:00:00 2001 From: Alex Berry Date: Wed, 4 Mar 2020 19:53:29 +0000 Subject: [PATCH] Add notes about unblocking the file --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 727bca0..a6c3540 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,17 @@ Compile.ps1 repository. +## Installation +Copy [compile.ps1](compile.ps1) to your maps directory and unblock the script with ```Unblock-File```: + +```powershell +Unblock-File compile.ps1 +``` + ## Usage ### All-Cores mode -To run this script with all available cores, copy it to your maps directory, open a powershell terminal, cd to this directory and run: +To run this script with all available cores, open a powershell terminal, cd to this directory and run: ```powershell .\compile.ps1