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`.