File tree 1 file changed +17
-0
lines changed
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
33
33
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
34
34
```
35
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
+ ``` bash
48
+ git clone https://github.com/cdr/code-server-aur
49
+ cd code-server-aur
50
+ makepkg -si
51
+ ```
52
+
36
53
### yarn, npm
37
54
38
55
We 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