Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README > Markdown syntax #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 [email protected]: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 [email protected]:Riskified/magento2new.git
2. composer require Riskified/magento2new dev-master
3. php bin/magento module:enable Riskified_Decider
4. php bin/magento setup:upgrade
```