From b4945d2f5807b93498774faba1af28245ccf3c39 Mon Sep 17 00:00:00 2001 From: Erik Hansen Date: Fri, 25 Oct 2019 11:05:27 -0500 Subject: [PATCH] Add note about defining "magento root dir" --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11c74d4..e90c241 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Compatibility Installation Instructions ------------------------- 1. Install via composer: `composer require integer-net/anonymizer` + + If the above command prompts you to `please define your magento root dir`, enter `./` 2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the `global` node of your `app/etc/local.xml`: