Adding section to update execution policy
This commit is contained in:
parent
79b4678bba
commit
8d2c8ff8e5
10
README.md
10
README.md
@ -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:
|
||||
|
||||

|
||||
|
||||
## Usage
|
||||
|
||||
### All-Cores mode
|
||||
|
BIN
images/execution_policy.png
Normal file
BIN
images/execution_policy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user