summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormifpasoti <46360451+mifpasoti@users.noreply.github.com>2019-01-03 19:14:47 -0500
committerGitHub <noreply@github.com>2019-01-03 19:14:47 -0500
commit48f5455306977c959e9adfa823e024a8e1ccd4a1 (patch)
treec96cd20ec12d752b92e38b024faa0a500e23b290
parentea787200c2c3a4af54594dae98998c7a18949993 (diff)
downloadgtk-demos-48f5455306977c959e9adfa823e024a8e1ccd4a1.tar.gz
gtk-demos-48f5455306977c959e9adfa823e024a8e1ccd4a1.tar.bz2
gtk-demos-48f5455306977c959e9adfa823e024a8e1ccd4a1.zip
Update README.md
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88cf90b..334aeab 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,13 @@
# Gtk-Demos
-Brief demos of using Gtk from a high level language without any C or makefiles.
+Brief demos of using Gtk user interface from a high level language without any C or makefiles.
See the intro file for explanation/description.
+
+No need to compile anything. The demos are scripts, ready to run.
+
+To run the demos:
+
+
+chmod +x demo1 demo2 demo3
+
+./demo1 ; ./demo2 ; ./demo3