add documentation

This commit is contained in:
Simon Vieille 2019-07-25 10:52:22 +02:00
parent 0ed58b6449
commit 41b44fe3dc
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 3 additions and 1 deletions

View File

@ -26,4 +26,6 @@ hook_url = "https://mattermost.example.com/hooks/1234567890abcdefghijklm"
message_template = "« %1$s » %2$s #foo #bar"
```
Then run `php index.php`. You can specify the path of the configuration file using `php index.php -c /path/to/config.ini`;
Then run `php index.php`.
You can specify the path of the configuration using the option `-c` : `php index.php -c /path/to/config.ini`.