diff --git a/README.md b/README.md index d8cb5eb..95f8939 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,3 @@ # Magento 2 removal of optional core modules -This repository contains a composer meta-package that removes optional modules. To install this package, use the following steps: -Require the composer plugin to manage replacements via a special `composer replace:*` command-line: -```bash -composer require yireo/magento2-replace-tools -``` - -Use the new command-line to add the meta-package of this specific repository to your root `composer.json`: -```bash -composer replace:bulk:add yireo/magento2-replace-core -``` - -Verify that your meta-information regarding composer replacements is correct: -```bash -composer replace:validate -``` - -Rebuild your root `composer.json` its `replace` section: -```bash -composer replace:build -``` - -Rebuild your composer dependencies: -```bash -composer update -``` - -See the package [`yireo/magento2-replace-tools`.](https://github.com/yireo/magento2-replace-tools) for more details. +This repository contains a composer meta-package that removes optional modules. To install this package, use the instructions on the repository [`yireo/magento2-replace-tools`.](https://github.com/yireo/magento2-replace-tools)