File tree Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Expand file tree Collapse file tree 1 file changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -93,36 +93,9 @@ Try out our open demo and if you like our extension **please give us some star o
9393http://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
128101If you have any issues, please
[ contact us
] ( mailto:[email protected] )
You can’t perform that action at this time.
0 commit comments