Skip to content
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ or via [Homebrew](https://brew.sh/):
brew install efm-langserver
```

### Termux (Android)

Plain Linux binaries do not work in Termux due to a Go runtime limitation
([golang/go#60125](https://github.com/golang/go/issues/60125)). Build with
the android target instead:

```console
GOOS=android go install github.com/mattn/efm-langserver@latest
```

## Usage

```text
Expand Down
Loading