File tree Expand file tree Collapse file tree 11 files changed +29
-29
lines changed
docs/user_docs/getting-started
i18n/zh-CN/docusaurus-plugin-content-docs
current/user_docs/getting-started
version-0.10/user_docs/getting-started
version-0.7/user_docs/getting-started
version-0.8/user_docs/getting-started
version-0.9/user_docs/getting-started
version-0.10/user_docs/getting-started
version-0.7/user_docs/getting-started
version-0.8/user_docs/getting-started
version-0.9/user_docs/getting-started Expand file tree Collapse file tree 11 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 35
35
steps :
36
36
- uses : actions/checkout@v3
37
37
- 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"
39
39
- name : Check run
40
40
run : C:\kclvm\bin\kcl-language-server.exe version
41
41
55
55
check-kcl-lsp-brew-install-macos :
56
56
strategy :
57
57
matrix :
58
- os : [macos-12, macos-13, macos-latest]
58
+ os : [macos-12, macos-13, macos-latest]
59
59
runs-on : ${{ matrix.os }}
60
60
steps :
61
61
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
Install or upgrade the latest windows KCL to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
60
60
61
61
``` 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"
63
63
```
64
64
65
65
Uninstall
66
66
67
67
``` 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"
69
69
```
70
70
71
71
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
Install or upgrade the latest windows KCL language server to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
165
165
166
166
``` 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"
168
168
```
169
169
170
170
#### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
将 KCL windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
60
60
61
61
``` 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"
63
63
```
64
64
65
65
卸载
66
66
67
67
``` 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"
69
69
```
70
70
71
71
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
将 KCL language server windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165
165
166
166
``` 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"
168
168
```
169
169
170
170
### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
将 KCL windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
60
60
61
61
``` 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"
63
63
```
64
64
65
65
卸载
66
66
67
67
``` 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"
69
69
```
70
70
71
71
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
将 KCL language server windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165
165
166
166
``` 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"
168
168
```
169
169
170
170
### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
65
65
卸载
66
66
67
67
``` 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"
69
69
```
70
70
71
71
#### Homebrew (MacOS)
@@ -162,7 +162,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
162
162
将 KCL language server windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
163
163
164
164
``` 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"
166
166
```
167
167
168
168
### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
65
65
卸载
66
66
67
67
``` 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"
69
69
```
70
70
71
71
#### Homebrew (MacOS)
@@ -166,7 +166,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
166
166
将 KCL language server windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
167
167
168
168
``` 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"
170
170
```
171
171
172
172
### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
65
65
卸载
66
66
67
67
``` 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"
69
69
```
70
70
71
71
#### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
将 KCL language server windows 最新版本安装到 $Env: SystemDrive \kclvm\bin,并将该目录添加到用户 PATH 环境变量中。
165
165
166
166
``` 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"
168
168
```
169
169
170
170
### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
Install or upgrade the latest windows KCL to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
60
60
61
61
``` 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"
63
63
```
64
64
65
65
Uninstall
66
66
67
67
``` 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"
69
69
```
70
70
71
71
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
Install or upgrade the latest windows KCL language server to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
165
165
166
166
``` 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"
168
168
```
169
169
170
170
#### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
Install or upgrade the latest windows KCL to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
60
60
61
61
``` 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"
63
63
```
64
64
65
65
Uninstall
66
66
67
67
``` 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"
69
69
```
70
70
71
71
### Homebrew (MacOS)
@@ -162,7 +162,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
162
162
Install or upgrade the latest windows KCL language server to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
163
163
164
164
``` 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"
166
166
```
167
167
168
168
#### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
Install or upgrade the latest windows KCL to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
60
60
61
61
``` 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"
63
63
```
64
64
65
65
Uninstall
66
66
67
67
``` 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"
69
69
```
70
70
71
71
### Homebrew (MacOS)
@@ -166,7 +166,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
166
166
Install or upgrade the latest windows KCL language server to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
167
167
168
168
``` 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"
170
170
```
171
171
172
172
#### Homebrew (MacOS)
Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ wget -q https://kcl-lang.io/script/uninstall-cli.sh -O - | /bin/bash
59
59
Install or upgrade the latest windows KCL to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
60
60
61
61
``` 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"
63
63
```
64
64
65
65
Uninstall
66
66
67
67
``` 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"
69
69
```
70
70
71
71
### Homebrew (MacOS)
@@ -164,7 +164,7 @@ wget -q https://kcl-lang.io/script/install-kcl-lsp.sh -O - | /bin/bash
164
164
Install or upgrade the latest windows KCL language server to $Env: SystemDrive \kclvm\bin and add this directory to User PATH environment variable.
165
165
166
166
``` 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"
168
168
```
169
169
170
170
#### Homebrew (MacOS)
You can’t perform that action at this time.
0 commit comments