Skip to content

Commit af18399

Browse files
committed
Windows binary dists link
1 parent 50d0df2 commit af18399

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Make sure that Tcl/Tk is installed in your OS. For Debian/Ubuntu based distros y
2121
sudo apt install tcl tk
2222
```
2323

24-
Clone this repository and try out demos:
24+
Clone this repository and try out the demos:
2525
```sh
2626
git clone https://github.com/skoro/php-tkui.git php-tkui
2727
cd php-tkui
@@ -36,7 +36,7 @@ You may enable some application features like:
3636

3737
Copy the provided `.env.example` into `.env` and customize the options.
3838

39-
Debug mode allows you to find out which commands execute by Tcl engine. To enable
39+
Debug mode allows you to find out which commands are executed by Tcl engine. To enable
4040
the debug mode set:
4141
```env
4242
DEBUG=true
@@ -53,7 +53,7 @@ THEME=auto
5353

5454
### Windows
5555

56-
You need to install Tcl/Tk binary distribution and set path to dlls
56+
You need to install one of [Tcl/Tk binary distributions](https://wiki.tcl-lang.org/page/Binary+Distributions) and set path to dlls
5757
in `.env` file like this:
5858

5959
```

0 commit comments

Comments
 (0)