<
Home
There are two methods listed to help with installation but only one is required.
composer require salesfire/magento2 php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
3. Now follow the How to setup section
After installation, you will need to enter your Salesfire details.

Click Save Config.
Manual installation should only be used on the rare occasion you are unable to complete installation via composer.
Add the following snippet to composer.json:
{
"repositories": [
{
"type": "artifact",
"url": "path/to/root/directory/salesfire/"
}
]
}
Run composer command line
composer require salesfire/magento2 php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
Now follow the How to setup section to complete.