Skip to content

Commit c8e3b50

Browse files
authored
Merge pull request #475 from Peefy/update-windows-install-script-addr
chore: update windows install script address
2 parents 13006e4 + 4e3de7a commit c8e3b50

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

.github/workflows/install-kcl-lsp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v3
3737
- name: Check Install Script KCL Language Server
38-
run: powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
38+
run: powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
3939
- name: Check run
4040
run: C:\kclvm\bin\kcl-language-server.exe version
4141

@@ -55,7 +55,7 @@ jobs:
5555
check-kcl-lsp-brew-install-macos:
5656
strategy:
5757
matrix:
58-
os: [macos-12, macos-13, macos-latest]
58+
os: [macos-12, macos-13, macos-latest]
5959
runs-on: ${{ matrix.os }}
6060
steps:
6161
- uses: actions/checkout@v3

docs/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
Install or upgrade the latest windows KCL to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
Uninstall
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
Install or upgrade the latest windows KCL language server to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
#### Homebrew (MacOS)

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
将 KCL windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
卸载
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
将 KCL language server windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
### Homebrew (MacOS)

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
将 KCL windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
卸载
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
将 KCL language server windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
### Homebrew (MacOS)

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.7/user_docs/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
6565
卸载
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
#### Homebrew (MacOS)
@@ -162,7 +162,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
162162
将 KCL language server windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
163163

164164
```bash
165-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
165+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
166166
```
167167

168168
### Homebrew (MacOS)

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
6565
卸载
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
#### Homebrew (MacOS)
@@ -166,7 +166,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
166166
将 KCL language server windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
167167

168168
```bash
169-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
169+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
170170
```
171171

172172
### Homebrew (MacOS)

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
6565
卸载
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
将 KCL language server windows 最新版本安装到 $Env:SystemDrive\kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
### Homebrew (MacOS)

versioned_docs/version-0.10/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
Install or upgrade the latest windows KCL to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
Uninstall
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
Install or upgrade the latest windows KCL language server to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
#### Homebrew (MacOS)

versioned_docs/version-0.7/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
Install or upgrade the latest windows KCL to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
Uninstall
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
### Homebrew (MacOS)
@@ -162,7 +162,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
162162
Install or upgrade the latest windows KCL language server to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
163163

164164
```bash
165-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
165+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
166166
```
167167

168168
#### Homebrew (MacOS)

versioned_docs/version-0.8/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
Install or upgrade the latest windows KCL to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
Uninstall
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
### Homebrew (MacOS)
@@ -166,7 +166,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
166166
Install or upgrade the latest windows KCL language server to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
167167

168168
```bash
169-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
169+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
170170
```
171171

172172
#### Homebrew (MacOS)

versioned_docs/version-0.9/user_docs/getting-started/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
5959
Install or upgrade the latest windows KCL to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
6060

6161
```bash
62-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
62+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6363
```
6464

6565
Uninstall
6666

6767
```shell
68-
powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
68+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
6969
```
7070

7171
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164164
Install or upgrade the latest windows KCL language server to $Env:SystemDrive\kclvm\bin and add this directory to User PATH environment variable.
165165

166166
```bash
167-
powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
167+
powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-kcl-lsp.ps1 | iex"
168168
```
169169

170170
#### Homebrew (MacOS)

0 commit comments

Comments
 (0)