diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-05 13:20:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-05 13:20:21 (GMT) |
commit | f6d89d1df43d0c501578740935e154d989db0d9b (patch) | |
tree | f0fc6c20f421121cde4a02219a4723ef0b312a03 /library/demos/README | |
parent | 3af8714ddee115926544083d8f1e913be57008ac (diff) | |
download | tk-f6d89d1df43d0c501578740935e154d989db0d9b.zip tk-f6d89d1df43d0c501578740935e154d989db0d9b.tar.gz tk-f6d89d1df43d0c501578740935e154d989db0d9b.tar.bz2 |
Minor fix that removes dependence on a particular path in the README.
Diffstat (limited to 'library/demos/README')
-rw-r--r-- | library/demos/README | 8 |
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 $ |