Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
renuka2605 committed Nov 4, 2024
1 parent fe660a0 commit 75a1279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Simple Magento 2 module

### Type 1: Zip file

- Unzip the zip file in `app/code/RWIT`
- Unzip the zip file in `app/code/RW-Infotech`
- Enable the module by running `php bin/magento module:enable RW_Infotech_HelloWorld`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
Expand All @@ -29,7 +29,7 @@ Simple Magento 2 module
- public repository `packagist.org`
- public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require rwit/hello-world`
- Install the module composer by running `composer require rw-infotech/hello-world`
- enable the module by running `php bin/magento module:enable RW_Infotech_HelloWorld`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
Expand Down

0 comments on commit 75a1279

Please sign in to comment.