From 3b03201f128d9dd0ea6104aae2f43f5ec505b2c7 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 8 Jul 2026 12:59:18 +0900 Subject: [PATCH] Document Termux installation workaround in README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ab93818..c03a7b6 100644 --- a/README.md +++ b/README.md @@ -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