From d1d05d99e461cfb5980e04c811338ead4ef0fb6b Mon Sep 17 00:00:00 2001 From: Florian Berthold Date: Tue, 19 May 2026 19:54:08 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) 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 ------------------