Document plugin installation steps
masterUse the == Installation == section to provide step-by-step instructions for users to set up your plugin. This typically includes uploading files to the correct directory and activating the plugin via the WordPress dashboard.
== Installation ==
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates