Skip to content

Commit 2064e88

Browse files
authored
Merge pull request #1694 from cdr/arch-instructions
Document AUR install instructions
2 parents 1ee407b + 37d2871 commit 2064e88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff 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

3855
We recommend installing with `yarn` or `npm` if we don't have a precompiled release for your machine's

0 commit comments

Comments
 (0)