aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoe Previte2021-03-08 21:15:08 +0000
committerJoe Previte2021-03-08 21:15:08 +0000
commitc8fdd6843a2383018f0fc2cc60084c62e4e46f58 (patch)
treeb60a94d49f227a8d2704b3e2ac6c6ac968a50262 /README.md
parentb75ba1d482b306b9beda2549f64e45370affd6d7 (diff)
downloadaur-c8fdd6843a2383018f0fc2cc60084c62e4e46f58.tar.gz
docs: fix typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ce4e76d9b655..c4866a4a70c3 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)
Make sure you run these commands on an Arch machine. If you're a Coder employee, we suggest using your dogfooding environment.
1. Update the `pkgver` in `PKGBUILD` to the latest version
-1. Run `updpkgsums` to update the sha256 sums
+2. Run `updpkgsums` to update the sha256 sums
- If you don't have it installed, run `sudo pacman -S pacman-contrib`
-1. Update the `.SRCINFO` by running:
+3. Update the `.SRCINFO` by running:
```bash
# This is the file that is used by the AUR to show package info.
makepkg --printsrcinfo > .SRCINFO
```
-1. Push changes to GitHub
-1. Push changes to `aur`
+4. Push changes to GitHub: `git push`
+5. Push changes to `aur`: `git push aur`
- If you don't have this set up, run `git remote add aur ssh://aur@aur.archlinux.org/code-server.git`
- Run `git push aur`