Skip to content

Commit 4d22976

Browse files
authored
Add PowerShell bootstrap method to README
1 parent 95d4162 commit 4d22976

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ The WelsonJS framework suggests the following application release methods:
126126

127127
* **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.
128128
* **Build a setup file**: Use [Inno Setup](https://jrsoftware.org/isinfo.php). The setup profile (the `setup.iss` file) is already included.
129+
* **Use PowerShell (bootstrap.ps1)**: `irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex`
129130
* **Copy all directories and files**: This is the simplest and most straightforward method.
130131

131132
## Screenshots

0 commit comments

Comments
 (0)