Skip to content

Commit 1ebcc67

Browse files
committed
Update README
1 parent 216117f commit 1ebcc67

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This module allows anonymizing customer data in a sensible way. It uses dummy da
44

55
Facts
66
-----
7-
[![Build Status (development)](https://travis-ci.org/integer-net/Anonymizer.svg?branch=development)](https://travis-ci.org/integer-net/Anonymizer) [![Scrutinizer Code Quality (development](https://scrutinizer-ci.com/g/integer-net/Anonymizer/badges/quality-score.png?b=development)](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development)
7+
8+
- **master** branch: [![Build Status (master)](https://travis-ci.org/integer-net/Anonymizer.svg?branch=master)](https://travis-ci.org/integer-net/Anonymizer) [![Scrutinizer Code Quality (master](https://scrutinizer-ci.com/g/integer-net/Anonymizer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=master)
9+
- **development** branch: [![Build Status (development)](https://travis-ci.org/integer-net/Anonymizer.svg?branch=development)](https://travis-ci.org/integer-net/Anonymizer) [![Scrutinizer Code Quality (development](https://scrutinizer-ci.com/g/integer-net/Anonymizer/badges/quality-score.png?b=development)](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development)
810

911
- version: 2.0.0-rc2
1012
- extension key: integer-net/anonymizer
@@ -30,6 +32,9 @@ If you have n98-magerun installed, you can also use this command:
3032

3133
n98-magerun db:anonymize
3234

35+
[![asciicast](https://asciinema.org/a/9j4kylm874s4legd8ddbj494m.png)](https://asciinema.org/a/9j4kylm874s4legd8ddbj494m)
36+
37+
3338
Requirements
3439
------------
3540
- PHP >= 5.4
@@ -46,6 +51,8 @@ Installation Instructions
4651
1. Install via composer: `composer require integer-net/anonymizer`
4752
2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the `global` node of your `app/etc/local.xml`: `<composer_vendor_path><![CDATA[{{root_dir}}/vendor]]></composer_vendor_path>`
4853

54+
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.
55+
4956
Support
5057
-------
5158
If you have any issues with this extension, open an issue on [GitHub](https://github.com/integer-net/Anonymizer/issues).

0 commit comments

Comments
 (0)