Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1272bf9

Browse files
authoredFeb 11, 2021
Merge pull request #2696 from bpmct/clarify-alpine
docs: clarify Alpine install path in install.md
2 parents 8344e20 + e4c82a0 commit 1272bf9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎docs/install.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ We recommend installing with `yarn` or `npm` when:
126126

127127
1. You aren't on `amd64` or `arm64`.
128128
2. If you're on Linux with glibc < v2.17 or glibcxx < v3.4.18
129+
3. You're running Alpine Linux. See [#1430](https://github.com/cdr/code-server/issues/1430#issuecomment-629883198)
129130

130131
**note:** Installing via `yarn` or `npm` builds native modules on install and so requires C dependencies.
131132
See [./npm.md](./npm.md) for installing these dependencies.

‎install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# code-server's automatic install script.
5-
# See https://github.com/cdr/code-server/blob/master/docs/install.md
5+
# See https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md
66

77
usage() {
88
arg0="$0"
@@ -67,7 +67,7 @@ Usage:
6767
6868
It will cache all downloaded assets into ~/.cache/code-server
6969
70-
More installation docs are at https://github.com/cdr/code-server/blob/master/docs/install.md
70+
More installation docs are at https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md
7171
EOF
7272
}
7373

@@ -419,7 +419,7 @@ install_npm() {
419419
echoh
420420
echoerr "Please install npm or yarn to install code-server!"
421421
echoerr "You will need at least node v12 and a few C dependencies."
422-
echoerr "See the docs https://github.com/cdr/code-server#yarn-npm"
422+
echoerr "See the docs https://github.com/cdr/code-server/blob/v3.8.1/docs/install.md#yarn-npm"
423423
exit 1
424424
}
425425

0 commit comments

Comments
 (0)
Please sign in to comment.