File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,23 @@ systemctl --user enable --now code-server
3333# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
3434```
3535
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+ ``` bash
48+ git clone https://github.com/cdr/code-server-aur
49+ cd code-server-aur
50+ makepkg -si
51+ ```
52+
3653### yarn, npm
3754
3855We recommend installing with ` yarn ` or ` npm ` if we don't have a precompiled release for your machine's
You can’t perform that action at this time.
0 commit comments