From 265e6682ae49cbc24e38e1f4c8ac9e7bb4b83a87 Mon Sep 17 00:00:00 2001 From: Rhea Date: Sun, 16 Nov 2025 14:25:33 -0500 Subject: [PATCH] readme: update pr instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 168de22d0..b63c65010 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,10 @@ git remote add upstream https://github.com/runelite/plugin-hub.git git fetch upstream git checkout -B upstream/master -# update commit= in plugins/ -git add plugins/ -git commit -m "update " -git push +# update commit= in plugins/ +git add plugins/ +git commit -m "update " +git push -f -u origin ``` Then create a pull request from within the GitHub UI, or using the GitHub CLI via `gh pr create -w`.