Skip to content

Commit bf3ab2a

Browse files
committed
docs: update brew installation instructions
1 parent cc715b9 commit bf3ab2a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,16 @@ The binary name for kclipper is still just `kcl`, so it can be used as a drop-in
175175

176176
> You cannot have both `kcl` and `kclipper` installed via Homebrew. If you already installed `kcl` via Homebrew, you should uninstall it before proceeding.
177177
178+
You can install `macropower/tap/kclipper` to obtain `kcl` and `kcl-language-server` binaries.
179+
178180
```bash
179181
brew tap macropower/tap
180182
brew install macropower/tap/kclipper
181-
kcl version
182-
```
183-
184-
If you need the kcl-lsp (e.g. for VSCode), use the official tap:
185183

186-
```bash
187-
brew tap kcl-lang/tap
188-
brew install kcl-lsp
184+
kcl version
185+
kcl-language-server version
189186
```
190187

191-
The kcl-lsp in this case will call the kclipper binary.
192-
193188
### Using Docker
194189

195190
Docker images are available under [packages](https://github.com/MacroPower/kclipper/pkgs/container/kclipper), e.g.:

0 commit comments

Comments
 (0)