From 4d2297681e790f52f8c8d2c55ea7bc976905b2e1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 18 Apr 2026 17:38:31 +0900 Subject: [PATCH] Add PowerShell bootstrap method to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63312f..72e4138 100644 --- a/README.md +++ b/README.md @@ -126,6 +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` * **Copy all directories and files**: This is the simplest and most straightforward method. ## Screenshots