|
2 | 2 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
3 | 3 | # Install
|
4 | 4 |
|
| 5 | +- [install.sh](#installsh) |
5 | 6 | - [Debian, Ubuntu](#debian-ubuntu)
|
6 | 7 | - [Fedora, CentOS, RHEL, SUSE](#fedora-centos-rhel-suse)
|
7 | 8 | - [Arch Linux](#arch-linux)
|
@@ -43,11 +44,13 @@ curl -fsSL https://code-server.dev/install.sh | sh
|
43 | 44 | - For Fedora, CentOS, RHEL, openSUSE it will install the latest rpm package.
|
44 | 45 | - For Arch Linux it will install the AUR package.
|
45 | 46 | - For any unrecognized Linux operating system it will install the latest static release into ~/.local
|
46 |
| - - Add ~/.local/bin to your $PATH to run code-server. |
| 47 | + |
| 48 | + - Add ~/.local/bin to your \$PATH to run code-server. |
47 | 49 |
|
48 | 50 | - For macOS it will install the Homebrew package.
|
| 51 | + |
49 | 52 | - If Homebrew is not installed it will install the latest static release into ~/.local
|
50 |
| - - Add ~/.local/bin to your $PATH to run code-server. |
| 53 | + - Add ~/.local/bin to your \$PATH to run code-server. |
51 | 54 |
|
52 | 55 | - If ran on an architecture with no binary releases, it will install the npm package with yarn or npm.
|
53 | 56 | - We only have binary releases for amd64 and arm64 presently.
|
@@ -100,8 +103,8 @@ systemctl --user enable --now code-server
|
100 | 103 |
|
101 | 104 | We recommend installing with `yarn` or `npm` if:
|
102 | 105 |
|
103 |
| -1. We don't have a precompiled release for your machine's platform or architecture. |
104 |
| -2. glibc < v2.17. |
| 106 | +1. You aren't using `amd64` or `arm64`. |
| 107 | +2. glibc < v2.17 |
105 | 108 |
|
106 | 109 | **note:** Installing via `yarn` or `npm` builds native modules on install and so requires C dependencies.
|
107 | 110 | See [./doc/npm.md](./doc/npm.md) for installing these dependencies.
|
@@ -161,4 +164,8 @@ docker run -it -p 127.0.0.1:8080:8080 \
|
161 | 164 | codercom/code-server:latest
|
162 | 165 | ```
|
163 | 166 |
|
164 |
| -You should also check out |
| 167 | +Our official image supports `amd64` and `arm64`. |
| 168 | + |
| 169 | +For `arm32` support there is a highly popular community maintained alternative: |
| 170 | + |
| 171 | +https://hub.docker.com/r/linuxserver/code-server |
0 commit comments