Skip to content

Commit db0db12

Browse files
committed
update readme
1 parent d7ffd35 commit db0db12

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Don’t have a tawk.to account yet? [Create one here.](https://tawk.to/?utm_sour
2424
2. Install the extension by executing `php composer.phar require tawk/widget`.
2525

2626
### 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).
2828
2. Create a folder in `<magento-installation-root-folder>` called `artifacts`.
2929
3. Copy the zip file to `<magento-installation-root-folder>/artifacts`.
3030
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
3333
5. Install the extension by executing `php composer.phar require tawk/widget`.
3434

3535
### 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).
3939
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"`.
4040
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.
4141

@@ -53,9 +53,9 @@ php bin/magento cache:clean
5353
```
5454

5555
### 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).
5959
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"`.
6060
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.
6161
3. Then run the following magento commands to upgrade the extension.

docker/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Destroy the container and start from scratch:
2727
## Setting up the testing environment
2828
### Requirements
2929
- The container should be accessed under `http://127.0.0.1/index.php` with the admin page under `http://127.0.0.1/index.php/admin`
30+
- Before running any commands with `bin/magento`, ensure you are login as `daemon` user, use `su daemon -s /bin/bash`
3031

3132
### Credentials
3233
1. The username and password for the admin is

0 commit comments

Comments
 (0)