Skip to content

Commit 457f6fd

Browse files
committed
chore: update latest version install scripts
Signed-off-by: peefy <[email protected]>
1 parent 802ba22 commit 457f6fd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/user_docs/getting-started/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# Install the latest version
77-
brew install kcl-lang/tap/kcl@0.8.0
77+
brew install kcl-lang/tap/kcl
7878

7979
# Specify a version
8080
brew install kcl-lang/tap/[email protected]
@@ -175,7 +175,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 |
175175

176176
```bash
177177
# Install the latest version
178-
brew install kcl-lang/tap/kcl-lsp@0.7.0
178+
brew install kcl-lang/tap/kcl-lsp
179179

180180
# Specify a version
181181
brew install kcl-lang/tap/[email protected]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# Install the latest version
77-
brew install kcl-lang/tap/kcl@0.7.0
77+
brew install kcl-lang/tap/kcl
7878

7979
# Specify a version
8080
brew install kcl-lang/tap/[email protected]
@@ -171,7 +171,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 |
171171

172172
```bash
173173
# Install the latest version
174-
brew install kcl-lang/tap/kcl-lsp@0.7.0
174+
brew install kcl-lang/tap/kcl-lsp
175175

176176
# Specify a version
177177
brew install kcl-lang/tap/[email protected]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | ie
7474

7575
```bash
7676
# Install the latest version
77-
brew install kcl-lang/tap/kcl@0.8.0
77+
brew install kcl-lang/tap/kcl
7878

7979
# Specify a version
8080
brew install kcl-lang/tap/[email protected]
@@ -175,7 +175,7 @@ powershell -Command "iwr -useb https://kcl-lang.io/script/install-kcl-lsp.ps1 |
175175

176176
```bash
177177
# Install the latest version
178-
brew install kcl-lang/tap/kcl-lsp@0.7.0
178+
brew install kcl-lang/tap/kcl-lsp
179179

180180
# Specify a version
181181
brew install kcl-lang/tap/[email protected]

0 commit comments

Comments
 (0)