summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/demos/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/demos/README b/library/demos/README
index bb69787..2996cdd 100644
--- a/library/demos/README
+++ b/library/demos/README
@@ -1,9 +1,9 @@
This directory contains a collection of programs to demonstrate
the features of the Tk toolkit. The programs are all scripts for
-"wish", a windowing shell. If wish has been installed in /usr/local
+"wish", a windowing shell. If wish has been installed on your path
then you can invoke any of the programs in this directory just
-by typing its file name to your command shell. Otherwise invoke
-wish with the file as its first argument, e.g., "wish hello".
+by typing its file name to your command shell under Unix. Otherwise
+invoke wish with the file as its first argument, e.g., "wish hello".
The rest of this file contains a brief description of each program.
Files with names ending in ".tcl" are procedure packages used by one
or more of the demo programs; they can't be used as programs by
@@ -43,4 +43,4 @@ browse - A simple directory browser. Invoke it with and argument
Double-click on files or subdirectories to browse them.
Control-c and control-q cause the program to exit.
-RCS: @(#) $Id: README,v 1.2 1998/09/14 18:23:25 stanton Exp $
+RCS: @(#) $Id: README,v 1.3 2003/11/05 13:20:21 dkf Exp $