Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion languageserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ The [package](https://www.npmjs.com/package/@actions/languageserver) contains Ty
npm install @actions/languageserver
```

To install the language server as a standalone CLI:
To install the language server as a standalone CLI with [NPM](https://github.com/actions/languageservices):

```bash
npm install -g @actions/languageserver
```

Alternatively, you can install it using [Homebrew](https://brew.sh):

```bash
brew install actions-languageserver
```

This makes the `actions-languageserver` command available globally.

## Usage
Expand Down