Skip to content

Commit 03d4977

Browse files
authored
Update README.md
1 parent e7d26ea commit 03d4977

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -93,36 +93,9 @@ Try out our open demo and if you like our extension **please give us some star o
9393
http://magefan.com/docs/magento-2-blog/
9494

9595

96-
## Installation Method 1 - Installing via composer
97-
* Open command line
98-
* Using command "cd" navigate to your magento2 root directory
99-
* Run commands:
100-
```
101-
composer require magefan/module-blog
102-
php bin/magento setup:upgrade
103-
php bin/magento setup:di:compile
104-
php bin/magento setup:static-content:deploy
105-
```
106-
* If you are using Magento 2.2.x please run the command:
107-
```
108-
composer require magefan/module-blog-m22
109-
```
96+
## Installation Instruction
97+
https://magefan.com/blog/magneto2-blog-extension-installation/
11098

111-
112-
113-
## Installation Method 2 - Installing using archive
114-
* Install [Magefan Community Extension](https://github.com/magefan/module-community) first
115-
* Download [ZIP Archive](https://magefan.com/magento2-blog-extension)
116-
* Extract files
117-
* In your Magento 2 root directory create folder app/code/Magefan/Blog
118-
* Copy files and folders from archive to that folder
119-
* In command line, using "cd", navigate to your Magento 2 root directory
120-
* Run commands:
121-
```
122-
php bin/magento setup:upgrade
123-
php bin/magento setup:di:compile
124-
php bin/magento setup:static-content:deploy
125-
```
12699

127100
## Support
128101
If you have any issues, please [contact us](mailto:[email protected])

0 commit comments

Comments
 (0)