We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3ed77 + 0b13437 commit e511760Copy full SHA for e511760
README.md
@@ -9,10 +9,12 @@
9
10
## Installation
11
12
-The template module can be installed via [Composer](https://getcomposer.org/):
+The template module can be installed Manually:
13
14
```sh
15
-$ cd /path/to/your/magento2/directory
16
-$ composer require algolia/algoliasearch-custom-algolia-magento-2
+$ cd /path/to/your/magento2/directory/app/code
+$ Create a directory in app/code as Algolia/CustomAlgolia
17
+$ Download the file from https://github.com/algolia/algoliasearch-custom-algolia-magento-2/ and unzip
18
+$ Copy the unzip files in to app/code/Algolia/CustomAlgolia
19
$ php bin/magento setup:upgrade
20
```
0 commit comments