Update PowerShell instruction for clarity

Clarified the PowerShell usage instruction in README.
This commit is contained in:
Namhyeon Go 2026-04-18 20:37:01 +09:00 committed by GitHub
parent 4d2297681e
commit 8fdd344bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ The WelsonJS framework suggests the following application release methods:
* **Compress to Zip, and use the launcher**: Compress the files and directories necessary for running the project into a Zip file, and distribute it along with the WelsonJS Launcher.
* **Build a setup file**: Use [Inno Setup](https://jrsoftware.org/isinfo.php). The setup profile (the `setup.iss` file) is already included.
* **Use PowerShell (bootstrap.ps1)**: `irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex`
* **Use PowerShell**: For example, `irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex`
* **Copy all directories and files**: This is the simplest and most straightforward method.
## Screenshots