From 13b7e0784a02017c2c93e2f4244ce4a8d23a587d Mon Sep 17 00:00:00 2001 From: Maxime CULEA Date: Thu, 22 Aug 2019 14:31:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 949a24e..ea6b438 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ This plugin is a Composer library so it can be installed in a few ways: ### Composer Autoloaded -`composer require maximeculea/logger` +- Add repository source : `{ "type": "vcs", "url": "https://github.com/MaximeCulea/logger" }`. +- Include `"maximeculea/logger": "dev-master"` in your composer file for last master's commits or a released tag. `logger.php` file will be automatically autoloaded by Composer and it *won't* appear in your plugins.