Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Suoranta committed Sep 30, 2016
1 parent 2464fc5 commit f3be02c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ How-to use:
* Install and activate this add-on
* Done

**Composer:**
```
$ composer aucor/rp4wp-polylang-compatibility
```
**With composer.json:**
```
{
"require": {
"aucor/rp4wp-polylang-compatibility": "*"
},
"extra": {
"installer-paths": {
"htdocs/wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
}
}
}
```

## Issues and feature whishlist

Expand Down

0 comments on commit f3be02c

Please sign in to comment.