File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)
10
10
Make sure you run these commands on an Arch machine. If you're a Coder employee, we suggest using your dogfooding environment.
11
11
12
12
1 . Update the ` pkgver ` in ` PKGBUILD ` to the latest version
13
- 1 . Run ` updpkgsums ` to update the sha256 sums
13
+ 2 . Run ` updpkgsums ` to update the sha256 sums
14
14
- If you don't have it installed, run `sudo pacman -S pacman-contrib`
15
- 1 . Update the ` .SRCINFO ` by running:
15
+ 3 . Update the ` .SRCINFO ` by running:
16
16
``` bash
17
17
# This is the file that is used by the AUR to show package info.
18
18
makepkg --printsrcinfo > .SRCINFO
19
19
```
20
- 1 . Push changes to GitHub
21
- 1 . Push changes to ` aur `
20
+ 4 . Push changes to GitHub: ` git push `
21
+ 5 . Push changes to ` aur ` : ` git push aur`
22
22
- If you don't have this set up, run `git remote add aur ssh://[email protected] /code-server.git`
23
23
- Run `git push aur`
You can’t perform that action at this time.
0 commit comments