Follow the instructions below to Install Magento 2 extension using command line / console:
- Unzip the extension files downloaded and upload it to your Magento 2 root directory.
- Go to app/code/HS and find note down the directory names of the modules you wish to install.
- Go to your Magento root directory using the command cd as follows:
cd {your Magento root directory path} - Run the following commands in the order given:
bin/magento module:enable HS_All HS_{ModuleName1} HS_{ModuleName2}....
(You can find the module name by following the above steps.)
bin/magento setup:upgrade
- Your module installation is complete.