From 2a7092135de1193a42a028c39c08940b94feaab0 Mon Sep 17 00:00:00 2001 From: D34dMan Date: Tue, 4 May 2021 13:21:52 +0200 Subject: [PATCH] Update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d20215..1bd3ee9 100644 --- a/README.md +++ b/README.md @@ -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": "git@github.com:factorial-io/twigcs.git" + "url": "git@github.com: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 ```