Skip to content

Commit c286f65

Browse files
authored
Update DevSetup.md (#2298)
Improve security
1 parent 8a38d3f commit c286f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DevSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- **PowerShell**: used to install Axmol. PowerShell 7 is recommended, it supports Windows, macOS and Linux.
66
- Quick installation:
77
- macOS, Ubuntu, ArchLinux: run `setup.ps1` in `axmol` root directory (recommended).
8-
- Windows 10+: system installed PowerShell 5.x should work, but in that case you'll need to run the command `Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force` in order to allow PowerShell script file to run.
8+
- Windows 10+: system installed PowerShell 5.x should work, but in that case you'll need to run the command `Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force` in order to allow PowerShell script file to run. This will allow execution of PowerShell scripts for the current process.
99
- Manual installation: [Instructions](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) / [Download](https://github.com/PowerShell/PowerShell/releases)
1010
- **CMake 3.28.1+**
1111
- Manual installation is recommended ([download](https://cmake.org/download/)). Make sure to add CMake bin to the system `PATH`, otherwise `axmol build` will auto-setup it to `tools/external/cmake`.

0 commit comments

Comments
 (0)