Merge pull request #406 from gnh1201/dev

Rename install.ps1 to bootstrap.ps1 and update URLs
This commit is contained in:
Namhyeon Go 2026-04-18 14:52:19 +09:00 committed by GitHub
commit 7bc8a56fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
# WelsonJS One-Click Installer (install.ps1) # WelsonJS One-Click Bootstrap (bootstrap.ps1)
# Copyright 2019-2025, Namhyeon Go <gnh1201@catswords.re.kr> and the WelsonJS contributors. # Copyright 2019-2025, Namhyeon Go <gnh1201@catswords.re.kr> and the WelsonJS contributors.
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
# https://github.com/gnh1201/welsonjs # https://github.com/gnh1201/welsonjs
# #
# Usage: # Usage:
# irm https://welson.js.org/install.ps1 | iex # irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex
# irm https://welson.js.org/install.ps1 | iex -dev main # irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex -dev main
# irm https://welson.js.org/install.ps1 | iex -dev dev # irm https://catswords.blob.core.windows.net/welsonjs/bootstrap.ps1 | iex -dev dev
# #
# Central default branch configuration for this install script. # Central default branch configuration for this install script.
# Update this value if the repository's default branch changes. # Update this value if the repository's default branch changes.