Skip to content

Commit 108220d

Browse files
committed
Added CF, dependency docs
1 parent dc44002 commit 108220d

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ It may also be used as the means of [separating custom code](http://www.billeric
2525

2626
* WordPress 4.0 or higher
2727
* PHP 5.6 or higher
28-
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see [Dependencies](https://github.com/dmhendricks/wordpress-base-plugin/wiki#dependencies) for more info)
28+
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see [here](https://github.com/dmhendricks/wordpress-base-plugin/wiki#carbon-fields) for more info)
2929

3030
## Installation
3131

32+
If you need tips on installing Node.js, Composer, Gulp & Bower, see [Installing Dependencies](https://github.com/dmhendricks/wordpress-base-plugin/wiki#installing-dependencies).
33+
3234
### Clone Repository
3335

3436
1. At command prompt, change to your `wp-content/plugins` directory.
@@ -39,6 +41,12 @@ It may also be used as the means of [separating custom code](http://www.billeric
3941
1. Modify `composer.json` to suit your needs.
4042
1. Run `composer install` to install dependencies and autoload namespace.
4143

44+
If you want to install Carbon Fields as a [dependency](https://github.com/dmhendricks/wordpress-base-plugin/wiki#carbon-fields) rather than via a [loader plugin](https://github.com/dmhendricks/carbon-fields-loader):
45+
46+
```
47+
$ composer require htmlburger/carbon-fields
48+
```
49+
4250
### NPM
4351

4452
1. Modify `package.json` to suit your needs. Specifically, change the `config` section.

0 commit comments

Comments
 (0)