Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dman committed May 4, 2021
1 parent d9d8b11 commit 2a70921
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ Custom twigcs rule extending offical twics rules.
## Installation

Until this repository is available on packagist, please add the project manually into composer.json
Please refer https://getcomposer.org/doc/05-repositories.md to learn more about adding custom repositories to the project.

```
{
...
"repositories": [
{
"type": "vcs",
"url": "[email protected]:factorial-io/twigcs.git"
"url": "[email protected]:factorial-io/twigcs-extension.git"
}
],
...
```
In case you want to learn more about adding a custom project to composer.json, please refer official documenation at https://getcomposer.org/doc/05-repositories.md.

Run composer require to add the package to your project.
```
composer require factorial-io/twigcs
```
Expand Down

0 comments on commit 2a70921

Please sign in to comment.