Skip to content

Commit c0566c3

Browse files
authored
Merge pull request #16 from leymannx/patch-1
Update README.md
2 parents d1da054 + 9498a8b commit c0566c3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,22 @@ wget https://raw.githubusercontent.com/previousnext/drush_cmi_tools/8.x-1.x/drus
143143
drush cc drush
144144
```
145145

146+
### As Composer dependency
147+
148+
First, update composer.json manually. Then call `require` command.
149+
```
150+
"repositories": [
151+
{
152+
"url": "https://github.com/previousnext/drush_cmi_tools.git",
153+
"type": "git"
154+
}
155+
],
156+
"require": {
157+
"drupal/drush-cmi-tools": "dev-8.x-1.x"
158+
},
159+
```
160+
`$ composer require drupal/drush-cmi-tools:dev-8.x-1.x`
161+
146162
# References
147163
148164
* <a name="ref1"></a>1. According to a random survey of this one guy I met on the train.

0 commit comments

Comments
 (0)