-
Notifications
You must be signed in to change notification settings - Fork 0
2 installation
tei187 edited this page Jan 15, 2025
·
1 revision
Follow these steps to install and set up the github-discord-webhook package:
- Clone the repository:
git clone https://github.com/tei187/github-discord-webhook.git
- Navigate to the project directory:
cd github-discord-webhook - Install whatswhat using Composer:
composer install
- (optional) Set up the default configuration, by using on of the associated composer scripts:
a. overwriting existing configuration files:
b. not oveerwriting existing configuration files:
composer run-script default-config
composer run-script default-config-dry
- Move to configuration section.