Skip to content

Commit e8c3dbf

Browse files
authored
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.
1 parent 01d233b commit e8c3dbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ Quickstart
2727

2828
To download this wrapper and integrate it inside your PHP application, you can use [Composer](https://getcomposer.org).
2929

30-
Add the repository in your **composer.json** file or, if you don't already have
30+
Quick integration with the following command:
31+
32+
composer require ovh/ovh
33+
34+
Or add the repository in your **composer.json** file or, if you don't already have
3135
this file, create it at the root of your project with this content:
3236

3337
```json

0 commit comments

Comments
 (0)