From 48f5455306977c959e9adfa823e024a8e1ccd4a1 Mon Sep 17 00:00:00 2001 From: mifpasoti <46360451+mifpasoti@users.noreply.github.com> Date: Thu, 3 Jan 2019 19:14:47 -0500 Subject: Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3