We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee407b commit 37d2871Copy full SHA for 37d2871
1 file changed
README.md
@@ -33,6 +33,23 @@ systemctl --user enable --now code-server
33
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
34
```
35
36
+### Arch
37
+
38
+We publish code-server releases to the our [AUR package](https://aur.archlinux.org/packages/code-server/).
39
+Use your favorite AUR helper to install. Ours is [yay](https://github.com/Jguer/yay).
40
41
+```bash
42
+yay -S code-server
43
+```
44
45
+Alternatively, build the package yourself from the [Github repo](https://github.com/cdr/code-server-aur).
46
47
48
+git clone https://github.com/cdr/code-server-aur
49
+cd code-server-aur
50
+makepkg -si
51
52
53
### yarn, npm
54
55
We recommend installing with `yarn` or `npm` if we don't have a precompiled release for your machine's
0 commit comments