Skip to content

Commit 0dfb3e1

Browse files
committed
update installation method on readme
1 parent 1895fd0 commit 0dfb3e1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,16 @@ Don't have a tawk.to account yet? [Create one here.](https://www.tawk.to/?utm_so
2626
5. After the installation completes, click on `Enable newly added modules` to
2727
complete the installation.
2828

29-
### Manual Installation
30-
1. Download the `tawk_to.zip` from [latest release.](https://github.com/tawk/tawk-drupal8/releases)
31-
2. In the extracted files, copy the `tawkto` directory to the
32-
`<DRUPAL_INSTALLATION>/modules` directory.
29+
### Composer Installation
30+
This method is available only if your Drupal installation has composer.
31+
1. Go to your `<DRUPAL_INSTALLATION>` folder (where `composer.json` lives).
32+
2. Run `composer require drupal/tawkto`.
3333
3. Log in to the your administration panel and click on `Extend`.
34-
4. In the module list, search for `tawk.to` and enable the module by ticking the
35-
checkbox beside `tawk.to Module`.
36-
5. Click on `Install` button to complete the installation.
34+
4. In the module list, click on the `Install new module` button.
35+
5. Click on `Choose File`, select the downloaded module, and click on the
36+
`Install` button.
37+
6. After the installation completes, click on `Enable newly added modules` to
38+
complete the installation.
3739

3840
### Configuration
3941
1. In your administration panel, go to `Configuration`.

0 commit comments

Comments
 (0)