Skip to content

2 installation

tei187 edited this page Jan 15, 2025 · 1 revision

Installation

Follow these steps to install and set up the github-discord-webhook package:

  1. Clone the repository:
    git clone https://github.com/tei187/github-discord-webhook.git
  2. Navigate to the project directory:
    cd github-discord-webhook
  3. Install whatswhat using Composer:
    composer install
  4. (optional) Set up the default configuration, by using on of the associated composer scripts: a. overwriting existing configuration files:
    composer run-script default-config
    b. not oveerwriting existing configuration files:
    composer run-script default-config-dry
  5. Move to configuration section.

Clone this wiki locally