You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Don’t have a tawk.to account yet? [Create one here.](https://tawk.to/?utm_sour
24
24
2. Install the extension by executing `php composer.phar require tawk/widget`.
25
25
26
26
### Composer Artifact Installation
27
-
1. Download the extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
27
+
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
28
28
2. Create a folder in `<magento-installation-root-folder>` called `artifacts`.
29
29
3. Copy the zip file to `<magento-installation-root-folder>/artifacts`.
30
30
4. Add the repositories to your Composer repositories by executing the following commands
@@ -33,9 +33,9 @@ Don’t have a tawk.to account yet? [Create one here.](https://tawk.to/?utm_sour
33
33
5. Install the extension by executing `php composer.phar require tawk/widget`.
34
34
35
35
### Manual Installation
36
-
1. Download the extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
37
-
2. Extract the tawk-magento-2-master folder from the package.
38
-
3. Copy the contents of tawk-magento-2-master folder to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
36
+
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
37
+
2. Extract the package.
38
+
3. Copy the contents to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
39
39
4. Add the dependency repository to your Composer repositories by executing `php composer.phar config repositories.tawk-url-utils vcs "https://github.com/tawk/tawk-url-utils.git"`.
40
40
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.
41
41
@@ -53,9 +53,9 @@ php bin/magento cache:clean
53
53
```
54
54
55
55
### Manual Installation
56
-
1. Download the latest extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
57
-
2. Extract the tawk-magento-2-master folder from the package.
58
-
3. Copy the contents of tawk-magento-2-master folder to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
56
+
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
57
+
2. Extract the package.
58
+
3. Copy the contents to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
59
59
4. Add the dependency repository to your Composer repositories by executing `php composer.phar config repositories.tawk-url-utils vcs "https://github.com/tawk/tawk-url-utils.git"`.
60
60
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.
61
61
3. Then run the following magento commands to upgrade the extension.
0 commit comments