|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | # Install
|
4 | 4 |
|
5 |
| -- [install.sh](#installsh) |
6 |
| - - [Detection reference](#detection-reference) |
7 |
| -- [yarn, npm](#yarn-npm) |
8 |
| -- [Standalone releases](#standalone-releases) |
9 |
| -- [Debian, Ubuntu](#debian-ubuntu) |
10 |
| -- [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse) |
11 |
| -- [Arch Linux](#arch-linux) |
12 |
| -- [macOS](#macos) |
13 |
| -- [Docker](#docker) |
14 |
| -- [Helm](#helm) |
15 |
| -- [Windows](#windows) |
16 |
| -- [Raspberry Pi](#raspberry-pi) |
17 |
| -- [Termux](#termux) |
18 |
| -- [Cloud providers](#cloud-providers) |
19 |
| -- [Uninstall](#uninstall) |
20 |
| - - [install.sh](#installsh-1) |
21 |
| - - [Homebrew](#homebrew) |
22 |
| - - [yarn, npm](#yarn-npm-1) |
23 |
| - - [Debian, Ubuntu](#debian-ubuntu-1) |
| 5 | +- [Install](#install) |
| 6 | + - [install.sh](#installsh) |
| 7 | + - [Detection reference](#detection-reference) |
| 8 | + - [yarn, npm](#yarn-npm) |
| 9 | + - [Standalone releases](#standalone-releases) |
| 10 | + - [Debian, Ubuntu](#debian-ubuntu) |
| 11 | + - [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse) |
| 12 | + - [Arch Linux](#arch-linux) |
| 13 | + - [macOS](#macos) |
| 14 | + - [Docker](#docker) |
| 15 | + - [Helm](#helm) |
| 16 | + - [Windows](#windows) |
| 17 | + - [Raspberry Pi](#raspberry-pi) |
| 18 | + - [Termux](#termux) |
| 19 | + - [Cloud providers](#cloud-providers) |
| 20 | + - [Uninstall](#uninstall) |
| 21 | + - [install.sh](#installsh-1) |
| 22 | + - [Homebrew](#homebrew) |
| 23 | + - [yarn, npm](#yarn-npm-1) |
| 24 | + - [Debian, Ubuntu](#debian-ubuntu-1) |
24 | 25 |
|
25 | 26 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
26 | 27 |
|
@@ -237,6 +238,7 @@ We currently [do not publish Windows releases](https://github.com/coder/code-ser
|
237 | 238 | We recommend installing code-server onto Raspberry Pi with [`yarn` or
|
238 | 239 | `npm`](#yarn-npm).
|
239 | 240 |
|
| 241 | +If you see an error related to `node-gyp` during installation, See [#5174](https://github.com/coder/code-server/issues/5174) for more information. |
240 | 242 | ## Termux
|
241 | 243 |
|
242 | 244 | Please see code-server's [Termux docs](./termux.md#installation) for more
|
|
0 commit comments