Skip to content

Commit f26b0d1

Browse files
authored
Merge pull request #2 from agnostack/develop
Documentation Cleanup
2 parents c162ec3 + db7d895 commit f26b0d1

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Magento 2 does not have any built-in functionality to search orders by the telep
1313
cd your/magento/root
1414
```
1515
16-
2. Clone the repository into your Magento 2's `app/code` directory (i.e. `app/code/agnoStack/OrderSearchByPhone/...`):
16+
2. Clone the repository into your Magento 2's `app/code` directory. Ensure the contents of the repository are added into a directory called `agnoStack/OrderSearchByPhone`. (i.e. `app/code/agnoStack/OrderSearchByPhone/`):
1717
```
18-
git clone https://github.com/agnostack/magento-search-orders-by-phone.git app/code
18+
git clone https://github.com/agnostack/magento-search-orders-by-phone.git app/code/agnoStack/OrderSearchByPhone
1919
```
2020
2121
3. Enable the module:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)