Honzi/Guides/Repos/GMod-Addons.lua
The "honzi" addon adds an "honzi" tab to the right side of your spawn menu and to your context menu.
Installation:
  1. Subscribe to and enable the Extended Spawnmenu addon.
  2. "git clone https://github.com/honzi/GMod-Addons.lua.git --depth 1"
  3. Copy or link the "honzi" folder into your GMod "addons" folder:
  4. Your addons will be reinitialized the next time you join a server.
Updating:
  1. "git pull" the "GMod-Addons.lua" repo you cloned.
  2. If you copied instead of linked in installation step #2, copy the "honzi" folder into your "GarrysMod/garrysmod/addons" folder.
  3. Your addons will be reinitialized the next time you join a server.
Uninstallation:
  1. Remove the "honzi" folder from your "GarrysMod/garrysmod/addons" folder.
  2. Delete the cloned "GMod-Addons.lua" folder.
  3. Your addons will be reinitialized the next time you join a server.