From 01474e6d925012e411f2b46229260c7b5506a349 Mon Sep 17 00:00:00 2001 From: Alan Vardy Date: Sun, 19 Mar 2023 11:27:22 -0700 Subject: [PATCH] update docs --- PUBLISH_CHECKLIST.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/PUBLISH_CHECKLIST.md b/PUBLISH_CHECKLIST.md index 6df5edd..7fb0ccb 100644 --- a/PUBLISH_CHECKLIST.md +++ b/PUBLISH_CHECKLIST.md @@ -1,5 +1,13 @@ # Publish Checklist +## Setup gpto-bin + +```bash +git clone ssh://aur@aur.archlinux.org/gpto-bin.git +cd gpto-bin +git remote add aur ssh://aur@aur.archlinux.org/gpto-bin.git +``` + ## Publish to Cargo This checklist is just here for me to reduce the friction of publishing new versions. @@ -51,6 +59,6 @@ mv PKGBUILD ../gpto-bin/ rm *.tar.gz cd ../gpto-bin/ git add . -git commit -m v0.1.3 +git commit -m v0.1.4 git push aur ```