Skip to content

Commit 521ac7d

Browse files
authored
Merge pull request #1697 from cdr/aur-docs
Update AUR docs
2 parents 08f5760 + 0d207f4 commit 521ac7d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,22 @@ 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).
36+
### Arch Linux
4037

4138
```bash
39+
# Installs code-server from the AUR using yay.
4240
yay -S code-server
41+
systemctl --user enable --now code-server
42+
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
4343
```
4444

45-
Alternatively, build the package yourself from the [Github repo](https://github.com/cdr/code-server-aur).
46-
4745
```bash
48-
git clone https://github.com/cdr/code-server-aur
49-
cd code-server-aur
46+
# Installs code-server from the AUR with plain makepkg.
47+
git clone https://aur.archlinux.org/code-server.git
48+
cd code-server
5049
makepkg -si
50+
systemctl --user enable --now code-server
51+
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
5152
```
5253

5354
### yarn, npm

ci/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
2828
1. CI will automatically grab the artifacts and then:
2929
1. Publish the NPM package from `npm-package`.
3030
2. Publish the Docker Hub image from `release-images`.
31-
9. Update the homebrew and AUR packages.
31+
9. Update the AUR package.
32+
- Instructions on updating the AUR package are at [cdr/code-server-aur](https://github.com/cdr/code-server-aur).
33+
10. Wait for the npm package to be published.
34+
11. Update the homebrew package.
35+
- Send a pull request to [homebrew-core](https://github.com/Homebrew/homebrew-core) with the URL in the [formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/code-server.rb) updated.
3236

3337
## dev
3438

0 commit comments

Comments
 (0)