Skip to content

Commit 0432a5e

Browse files
authored
Update README.md
1 parent 6d3bab6 commit 0432a5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ $ cd php-ovh-cli
4545
$ composer update
4646
```
4747

48+
If you prefer to have a standalone executable, then create a PHAR package:
49+
```
50+
$ ./create-phar.php
51+
```
52+
53+
This will package the script among with all its dependencies and install it in `$HOME/bin/ovh-cli`,
54+
if executed as regular user, otherwise in `/usr/local/bin/ovh-cli` if executed as root.
55+
4856
## Configuration
4957
To interact with OVH API you must already have an account at OVH.
5058
The script will take care of requesting an API token for you.

0 commit comments

Comments
 (0)