diff --git a/plugin-name/README.txt b/plugin-name/README.txt index e97af23..048d5fb 100644 --- a/plugin-name/README.txt +++ b/plugin-name/README.txt @@ -43,9 +43,28 @@ This section describes how to install the plugin and get it working. e.g. -1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory -1. Activate the plugin through the 'Plugins' menu in WordPress -1. Place `` in your templates += Using The WordPress Dashboard = + +1. Navigate to the 'Add New' in the plugins dashboard +2. Search for 'plugin-name' +3. Click 'Install Now' +4. Activate the plugin on the Plugin dashboard + += Uploading in WordPress Dashboard = + +1. Navigate to the 'Add New' in the plugins dashboard +2. Navigate to the 'Upload' area +3. Select `plugin-name.zip` from your computer +4. Click 'Install Now' +5. Activate the plugin in the Plugin dashboard + += Using FTP = + +1. Download `plugin-name.zip` +2. Extract the `plugin-name` directory to your computer +3. Upload the `plugin-name` directory to the `/wp-content/plugins/` directory +4. Activate the plugin in the Plugin dashboard + == Frequently Asked Questions == @@ -111,4 +130,4 @@ Titles are optional, naturally. Markdown uses email style notation for blockquotes and I've been told: > Asterisks for *emphasis*. Double it up for **strong**. -`` \ No newline at end of file +``