Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edhgoose committed Jul 31, 2023
1 parent 278effc commit 2cd899c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ We recommend using Magento's PHP composer integration for the cleanest installat

**Installing the module via Composer (recommended)**

- Add this GitHub repository to your project's composer.json as a Composer source repository:
```
composer config repositories.mentionme vcs https://github.com/mention-me/magento2-integration
```

- Add the `mentionme/module-mention-me` Composer dependency to your project's composer.json as a required dependency:
```
composer require mentionme/module-mention-me --no-update
```

- Update your project's Composer dependencies:
```
composer update mentionme/module-mention-me
composer require mention-me/magento2-module
```

- Install the downloaded module via Magento's standard command line tool:
Expand Down

0 comments on commit 2cd899c

Please sign in to comment.