Add notes about unblocking the file
This commit is contained in:
parent
435d04cd6c
commit
79b4678bba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user