aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-01-07 08:39:15 -0600
committerAnthony Wang2021-01-07 08:39:15 -0600
commit702a6419d111052068887e9799fde06b9edc6972 (patch)
tree564a6dc24b0cf2042de7bd6349b2d45bef5e1840
parent71be8d8a6feab00e64742c1a20fb2722eabfc8c9 (diff)
Fix typos
-rw-r--r--pages/linux/aur.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/linux/aur.md b/pages/linux/aur.md
index 77e95a8..e29876b 100644
--- a/pages/linux/aur.md
+++ b/pages/linux/aur.md
@@ -7,11 +7,11 @@
`git clone ssh://aur@aur.archlinux.org/{{package_name}}.git`
-- Build the package and update .SRCINFO
+- Build the package and update .SRCINFO:
`makepkg --printsrcinfo > .SRCINFO`
-- Commit and push changes
+- Commit and push changes:
`git add PKGBUILD .SRCINFO; git commit; git push`