Skip to content

Commit e511760

Browse files
authored
Merge pull request #4 from algolia/update/MAGE-409
Updated readme file
2 parents 0b3ed77 + 0b13437 commit e511760

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99

1010
## Installation
1111

12-
The template module can be installed via [Composer](https://getcomposer.org/):
12+
The template module can be installed Manually:
1313

1414
```sh
15-
$ cd /path/to/your/magento2/directory
16-
$ composer require algolia/algoliasearch-custom-algolia-magento-2
15+
$ cd /path/to/your/magento2/directory/app/code
16+
$ 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
1719
$ php bin/magento setup:upgrade
1820
```

0 commit comments

Comments
 (0)