From 0e62ee2034a52dcf7a41b32c9e4558651ce9f901 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 27 Mar 2022 18:47:42 +0000 Subject: [PATCH] Fix readme file --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb60ab8..319686a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ **makeTclKit** - script for building Tcl/Tk tclkits -##License +## License + Copyright (C) 2011-2014, Maxim Lihachev, This program is free software: you can redistribute it and/or modify it @@ -15,12 +16,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -##Description +## Description makeTclKit is a script for building Tcl/Tk tclkits with the dependencies checking. All tclkit wrappers can be found on tclkit web page: http://equi4.com/pub/tk/downloads.html. -##Usage +## Usage + makeTclKit.tcl [options] -t, --target -- target operation system -a, --arch -- machine arch @@ -31,10 +33,11 @@ -g, --gui -- gui wrapper (for programs with using Tk) -h, --help -- show this help -##Version +## Version + 0.2 -##Structure +## Structure ![](https://code.envrm.info/src/makeTclKit/raw/branch/master/makeTclKit.png)