Skip to content

Commit c8fdd68

Browse files
author
Joe Previte
committed
docs: fix typo in readme
1 parent b75ba1d commit c8fdd68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)
1010
Make sure you run these commands on an Arch machine. If you're a Coder employee, we suggest using your dogfooding environment.
1111

1212
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
1414
- 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:
1616
```bash
1717
# This is the file that is used by the AUR to show package info.
1818
makepkg --printsrcinfo > .SRCINFO
1919
```
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`
2222
- If you don't have this set up, run `git remote add aur ssh://[email protected]/code-server.git`
2323
- Run `git push aur`

0 commit comments

Comments
 (0)