Skip to content

Commit c3e6187

Browse files
committed
Add kotlin-lsp CLI installation instruction to README
1 parent febfeb9 commit c3e6187

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ for the Kotlin language.
1111
The server is based on [IntelliJ IDEA](https://github.com/JetBrains/intellij-community) and the [IntelliJ IDEA Kotlin Plugin](https://github.com/JetBrains/intellij-community/tree/master/plugins/kotlin)
1212
implementation.
1313

14-
### Quick Start
14+
### VS Code Quick Start
1515

1616
1. Download the latest build of VSC extension or Standalone version from the [Releases Page](https://github.com/Kotlin/kotlin-lsp/releases)
1717
2. Install it as a VSC Extension via `Extensions | More Action | Install from VSIX`
@@ -21,6 +21,16 @@ implementation.
2121

2222
![quickstart_sample.gif](images/quickstart_sample.gif)
2323

24+
### Install kotlin-lsp CLI
25+
26+
For brew users: `brew install JetBrains/utils/kotlin-lsp`
27+
28+
Manual installation:
29+
1. Download the standalone zip from the [Releases Page](https://github.com/Kotlin/kotlin-lsp/releases)
30+
2. Unpack zip
31+
3. `chmod +x $KOTLIN_LSP_DIR/kotlin-lsp.sh`
32+
4. Create a symlink inside your PATH `ln -s $KOTLIN_LSP_DIR/kotlin-lsp.sh $HOME/.local/bin/kotlin-lsp`
33+
2434
### Supported features and Roadmap
2535

2636
The best way to track current capabilities and what is going to be supported in the next builds is this table:

0 commit comments

Comments
 (0)