Skip to content

Commit 91baace

Browse files
committed
update readme
1 parent 7a92367 commit 91baace

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ This codebase makes use of edited code from [gopls](https://go.googlesource.com/
2727
## Prerequisites
2828
Install Go: Follow instructions at https://golang.org/doc/install
2929

30+
Fetch or update this server:
31+
```bash
32+
go get -u github.com/isaacphi/mcp-language-server@latest
33+
```
34+
3035
Install a language server for your codebase:
3136

3237
- Python (pyright): `npm install -g pyright`

0 commit comments

Comments
 (0)