From f92fd2c92e1e155d8ea0690e0e0ee12027c58f2f Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 Feb 2021 09:12:57 -0500 Subject: [PATCH] clarify alpine on install docs --- docs/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.md b/docs/install.md index 3a1f7909..84c6d72f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,6 @@ + # Install - [Upgrading](#upgrading) @@ -126,6 +127,7 @@ We recommend installing with `yarn` or `npm` when: 1. You aren't on `amd64` or `arm64`. 2. If you're on Linux with glibc < v2.17 or glibcxx < v3.4.18 +3. You're running Alpine Linux. See [#1430](https://github.com/cdr/code-server/issues/1430#issuecomment-629883198) **note:** Installing via `yarn` or `npm` builds native modules on install and so requires C dependencies. See [./npm.md](./npm.md) for installing these dependencies.