Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vccw-team/mailcatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Aug 12, 2015
2 parents 3dfc03f + 4ec33b3 commit dbeb1c8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http://mailcatcher.me/

### Place a plugin into mu-plugins

Place a plugins into mu-plugins like following.
Place a plugins into `wp-content/mu-plugins` like following.

```
<?php
Expand All @@ -22,12 +22,9 @@ Plugin Name: mu-plugin for example.com
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
```

That's it!


### Create a composer.json

Create and place a composer.json into `muplugins/`.
Create and place a composer.json into `wp-content/mu-plugins`.

```
{
Expand All @@ -52,13 +49,6 @@ Then run a `composer` command.
$ composer install
```

## How to update libraries

```
$ composer update
```


## How to development

```
Expand Down

0 comments on commit dbeb1c8

Please # to comment.