Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ If you don't have an existing account, please start by signing up to Riskified [

https://www.riskified.com/magento/


## Installation

You may install the extension by cloning the repository, downloading the ZIP file, or by using Composer.
You may install the extension by cloning the repository, downloading the ZIP file, or by using Composer.

To use Composer, follow these steps in the command line:

```
composer config repositories.riskified-decider git git@github.com:Riskified/magento2new.git
composer require Riskified/magento2new dev-master
php bin/magento module:enable Riskified_Decider
php bin/magento setup:upgrade
```
1. composer config repositories.riskified-decider git git@github.com:Riskified/magento2new.git
2. composer require Riskified/magento2new dev-master
3. php bin/magento module:enable Riskified_Decider
4. php bin/magento setup:upgrade
```