Skip to content

Commit 5a52d82

Browse files
committed
Modified docs
1 parent 744476a commit 5a52d82

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ It may also be used as the means of [separating custom code](http://www.billeric
3434

3535
If you need tips on installing Node.js, Composer, Gulp & Bower, see [Installing Dependencies](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Installing-Dependencies).
3636

37+
#### The short version:
38+
39+
1. Change the four variables in [package.json](https://github.com/dmhendricks/wordpress-base-plugin/wiki#setting-initial-variables).
40+
1. Run: `npm install; gulp rename; composer update`
41+
3742
### Clone Repository
3843

3944
1. At command prompt, change to your `wp-content/plugins` directory.

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
"name": "Daniel M. Hendricks",
1111
"homepage": "https://danhendricks.com",
1212
"role": "Developer"
13-
},
14-
{
15-
"name": "Hans-Helge Buerger",
16-
"homepage": "https://hanshelgebuerger.de",
17-
"role": "Contrubutor"
1813
}
1914
],
2015
"support": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git://github.com/dmhendricks/my-plugin.git"
35+
"url": "git://github.com/dmhendricks/wordpress-base-plugin.git"
3636
}
3737
}

0 commit comments

Comments
 (0)