Skip to content

Commit

Permalink
Merge pull request #16 from leymannx/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
larowlan authored May 29, 2017
2 parents d1da054 + 9498a8b commit c0566c3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,22 @@ wget https://raw.githubusercontent.com/previousnext/drush_cmi_tools/8.x-1.x/drus
drush cc drush
```

### As Composer dependency

First, update composer.json manually. Then call `require` command.
```
"repositories": [
{
"url": "https://github.com/previousnext/drush_cmi_tools.git",
"type": "git"
}
],
"require": {
"drupal/drush-cmi-tools": "dev-8.x-1.x"
},
```
`$ composer require drupal/drush-cmi-tools:dev-8.x-1.x`
# References
* <a name="ref1"></a>1. According to a random survey of this one guy I met on the train.
Expand Down

0 comments on commit c0566c3

Please sign in to comment.