From e8c3dbf13e4241e9e8052a99ea7f3a4da15f5a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Tue, 15 Nov 2016 16:24:34 +0100 Subject: [PATCH] Improve suggestions to install ovh-php repository This modification adds the explanations to install quickly through composer without generate a composer.json file using only a command. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b82378..39af194 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ Quickstart To download this wrapper and integrate it inside your PHP application, you can use [Composer](https://getcomposer.org). -Add the repository in your **composer.json** file or, if you don't already have +Quick integration with the following command: + + composer require ovh/ovh + +Or add the repository in your **composer.json** file or, if you don't already have this file, create it at the root of your project with this content: ```json