Skip to content

Commit da49766

Browse files
committed
Update README
1 parent 57519ae commit da49766

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ If you have n98-magerun installed, you can also use this command:
3434

3535
n98-magerun db:anonymize
3636

37+
**Be aware that the process will run very long if you have more than a few thousand orders. Consider deleting old sales data first.**
38+
3739
[![asciicast](https://asciinema.org/a/9j4kylm874s4legd8ddbj494m.png)](https://asciinema.org/a/9j4kylm874s4legd8ddbj494m)
3840

3941

@@ -53,7 +55,7 @@ Installation Instructions
5355
1. Install via composer: `composer require integer-net/anonymizer`
5456
2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the `global` node of your `app/etc/local.xml`:
5557

56-
`<composer_vendor_path><![CDATA[{{root_dir}}/vendor]]></composer_vendor_path>`
58+
<composer_vendor_path><![CDATA[{{root_dir}}/vendor]]></composer_vendor_path>
5759

5860
Alternatively download the archive from the [Github release page](https://github.com/integer-net/Anonymizer/releases) and extract it into your installation. It contains the Faker library and no additional configuration is required.
5961

0 commit comments

Comments
 (0)