Adding section to update execution policy

This commit is contained in:
Alex Berry 2020-03-04 20:04:36 +00:00
parent 79b4678bba
commit 8d2c8ff8e5
2 changed files with 9 additions and 1 deletions

View File

@ -3,12 +3,20 @@
Compile.ps1 repository.
## Installation
Copy [compile.ps1](compile.ps1) to your maps directory and unblock the script with ```Unblock-File```:
First [compile.ps1](compile.ps1) to your maps directory and unblock the script with ```Unblock-File```:
```powershell
Unblock-File compile.ps1
```
Then open an _Administrative_ powershell prompt and update your powershell execution policy to allow unsigned scripts from remote sources:
```powershell
Set-ExecutionPolicy RemoteSigned
```
And answer with A:
![Execution Policy](images/execution_policy.png)
## Usage
### All-Cores mode

BIN
images/execution_policy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB