Skip to content

Commit ed5207b

Browse files
authored
Merge pull request ovh#51 from shakaran/patch-1
Improve suggestions to install ovh-php repository
2 parents 01d233b + e8c3dbf commit ed5207b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
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)