Skip to content

Commit 5692cf4

Browse files
committed
README: Mention of Composer's working directory option.
1 parent 93a75ae commit 5692cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Requirements for running this tool from a management station:
4848

4949
Either checkout this project or download it in ZIP form and extract it somewhere safe. The configuration will later contain an LDAP password and Gitlab API secret keys, so do put some protection in place to ensure only you can access it.
5050

51-
After this you will need to install PHP components delivered via [Composer](https://getcomposer.org/). To do this open a terminal and change the working directory to this tool's location.
51+
After this you will need to install PHP components delivered via [Composer](https://getcomposer.org/). To do this open a terminal and change the working directory to this tool's location. (Or add the `-d`/`--working-dir=` option to run from another working directory.)
5252

5353
* If you have Composer installed as a system-wide application (e.g. via `apt-get` or `yum`/`dnf`) use command `composer install`.
5454
* If you have Composer manually downloaded residing as `composer.phar` alongside this tool use command `php composer.phar install`.

0 commit comments

Comments
 (0)