Skip to content

Commit f4723fb

Browse files
authored
Update README.md
1 parent 3427c08 commit f4723fb

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

README.md

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,9 @@
1212

1313
## Requirements
1414
* Magento Community Edition 2.1.x-2.2.x or Magento Enterprise Edition 2.1.x-2.2.x
15-
16-
## Installation Method 1 - Installing via composer
17-
* Open command line
18-
* Using command "cd" navigate to your magento2 root directory
19-
* Run commands:
20-
```
21-
composer require magefan/module-rocketjavascript
22-
php bin/magento setup:upgrade
23-
php bin/magento setup:di:compile
24-
php bin/magento setup:static-content:deploy
25-
```
26-
27-
## Installation Method 2 - Installing using archive
28-
* Install the [Magefan Community Extension](https://github.com/magefan/module-community) first
29-
* Download [ZIP Archive](https://magefan.com/rocket-javascript-deferred-javascript)
30-
* Extract files
31-
* In your Magento 2 root directory create folder app/code/Magefan/Blog
32-
* Copy files and folders from archive to that folder
33-
* In command line, using "cd", navigate to your Magento 2 root directory
34-
* Run commands:
35-
```
36-
php bin/magento setup:upgrade
37-
php bin/magento setup:di:compile
38-
php bin/magento setup:static-content:deploy
39-
```
15+
16+
## Installation
17+
* [Install Rocket JavaScript Extension for Magento 2 via Composer or anarchive](https://magefan.com/blog/rocket-javascript-installation)
4018

4119
## Get List Of Used JS On A Sigle Page
4220
```

0 commit comments

Comments
 (0)