feat: Updated README for improved installation steps

Enhanced the installation instructions in the README to include the necessary step of installing dependencies with Composer after uploading the module to the WHMCS installation directory. This update ensures users are aware of all essential installation steps, addressing previous omissions and potentially reducing setup issues.
This commit is contained in:
Kumi 2024-04-27 19:33:29 +02:00
parent 83e171bc5d
commit 9733901781
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -14,14 +14,14 @@ at your own risk.
## Installation
1. Install the module by uploading it to your WHMCS installation directory.
1. Install the module by uploading it to your WHMCS installation directory and
installing the dependencies using Composer.
```bash
cd /path/to/whmcs/modules/addons
git clone https://git.private.coffee/kumisystems/whmcs-oidc_admin_login.git oidc_admin_login
cd oidc_admin_login
composer install
cp config.dist.php config.php
```
2. Enable the module in the WHMCS admin area.