Honzi/Guides/Repos/WoW-Addons.lua
The "honzi" addon alters functionality and adds various slash commands: Installation:
  1. "git clone https://github.com/honzi/WoW-Addons.lua.git --depth 1"
  2. Copy or link the "honzi" folder into your WoW "Interface/AddOns/" folder.
  3. Your addon will be loaded the next time you start the game.
Updating:
  1. "git pull" the "WoW-Addons.lua" repo you cloned.
  2. If you copied instead of linked in installation step #2, copy the "honzi" folder into your WoW "Interface/AddOns/" folder.
  3. The updated version of the addion will be used the next time your UI is reloaded, which occurs when the game is started or when the "/reload" command is used.
Uninstallation:
  1. Remove the "honzi" folder from your WoW "Interface/AddOns/" folder.
  2. Delete the cloned "WoW-Addons.lua" folder.
  3. Your addon will be unloaded the next time you start the game.