diff --git a/README.md b/README.md index 2d3b79e..77f997e 100644 --- a/README.md +++ b/README.md @@ -77,19 +77,6 @@ git merge upstream/master # or whatever upstream's default is luac -p StateBar.lua CoAAuraConditionals.lua ``` -Deploying ---------- - -```bash -rsync -a --delete \ - --exclude=.git --exclude=.gitattributes --exclude='README-CoA.md' \ - /home/sub/repos/coa/coa-bartender/ \ - /srv/add01/wow-ascension/Interface/AddOns/Bartender4/ -``` - -Same for `wow-ptr`. After deploy the in-game version string reads -`4.4.2-2-g3b02ee4-coa1`, so you can confirm the patched copy is loaded. - Verifying it works ------------------