Skip to content

Commit

Permalink
Merge pull request #2 from indrisepos/readme_install_experius
Browse files Browse the repository at this point in the history
Install from Experius repo
  • Loading branch information
Hexmage authored Aug 14, 2020
2 parents 2c0a6e0 + 89dc8e7 commit d7b0ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Each of these commands should be run from the command line at the Magento 2 root

```bash
# add this repository to your composer.json
$ composer config repositories.magento2-configscopehints git https://github.com/ericthehacker/magento2-configscopehints.git
$ composer config repositories.magento2-configscopehints git https://github.com/experius/magento2-configscopehints.git

# require module
$ composer require ericthehacker/magento2-configscopehints
$ composer require experius/magento2-configscopehints

# enable module
$ php -f bin/magento module:enable EW_ConfigScopeHints
Expand All @@ -28,7 +28,7 @@ First, download contents of this repo into `app/code/EW/ConfigScopeHints` using

```bash
$ mkdir -p app/code/EW # create vendor directory
$ wget https://github.com/ericthehacker/magento2-configscopehints/archive/master.zip # download zip of module contents
$ wget https://github.com/experius/magento2-configscopehints/archive/master.zip # download zip of module contents
$ unzip master.zip -d app/code/EW # unzip module into vendor directory
$ mv app/code/EW/magento2-configscopehints-master app/code/EW/ConfigScopeHints # correct directory name
$ rm master.zip # clean up zip file
Expand Down

0 comments on commit d7b0ab5

Please sign in to comment.