Skip to content

Commit d9516c7

Browse files
authored
Update README.md
1 parent fa9517b commit d9516c7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# [Magefan](http://magefan.com/) Rocket JavaScript Extension for Magento 2
22

3-
Move all javascripts to the footer.
4-
53
## Features
64
* Rocket JavaScript module allows you to move all javascript tags to the footer of the storefront page on your [Magento 2](http://magento.com/) Store.
7-
5+
* Optimize JavaScript Bundle
6+
87
## Configuration
98
* To enable or disable extension please navigate to Magento 2 Admin Panel > Stores > Magefan Extensions > Rocket JavaScript
109

@@ -14,10 +13,16 @@ Move all javascripts to the footer.
1413
## Installation Method 1 - Installing via composer
1514
* Open command line
1615
* Using command "cd" navigate to your magento2 root directory
17-
* Run command: composer require magefan/module-rocketjavascript
18-
16+
* Run commands:
17+
```
18+
composer require magefan/module-rocketjavascript
19+
php bin/magento setup:upgrade
20+
php bin/magento setup:di:compile
21+
php bin/magento setup:static-content:deploy
22+
```
1923

2024
## Installation Method 2 - Installing using archive
25+
* Install the [Magefan Community Extension](https://github.com/magefan/module-community) first
2126
* Download [ZIP Archive](https://github.com/magefan/module-rocketjavascript/archive/master.zip)
2227
* Extract files
2328
* In your Magento 2 root directory create folder app/code/Magefan/Blog
@@ -38,10 +43,6 @@ then if you still need help, open a bug report in GitHub's
3843
Please do not use Magento Marketplace's Reviews or (especially) the Q&A for support.
3944
There isn't a way for us to reply to reviews and the Q&A moderation is very slow.
4045

41-
## Donate to us
42-
All Magefan extension are absolutely free and licensed under the Open Software License version 3.0. We want to create more awesome features for you and bring up new releases as fast as we can. We hope for your support.
43-
http://magefan.com/donate/
44-
4546
## License
4647
The code is licensed under [Open Software License ("OSL") v. 3.0](http://opensource.org/licenses/osl-3.0.php).
4748

0 commit comments

Comments
 (0)