File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Make sure that Tcl/Tk is installed in your OS. For Debian/Ubuntu based distros y
2121sudo 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
2626git clone https://github.com/skoro/php-tkui.git php-tkui
2727cd php-tkui
@@ -36,7 +36,7 @@ You may enable some application features like:
3636
3737Copy 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
4040the debug mode set:
4141``` env
4242DEBUG=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
5757in ` .env ` file like this:
5858
5959```
You can’t perform that action at this time.
0 commit comments