An online live chat software solution extension for Magento 2
Manually
To install this module copy the code from this repo to app/code/ProjectName/ZendeskChat folder of your Magento 2 instance, then you need to run php bin/magento setup:upgrade
Via composer:
From the terminal execute the following:
composer config repositories.project_name-zendeskchat vcs git@github.com:Space48/ZendeskChat.git
then..
composer require "space48/zendeskchat:{module-version}"