[Webfunds-commits] java README

Ian Grigg iang@cypherpunks.ai
Sat, 10 Jun 2000 14:34:20 -0400 (AST)


iang        00/06/10 14:34:20

  Modified:    .        README
  Log:
  updated to drop run

Revision  Changes    Path
1.5       +6 -6      java/README

Index: README
===================================================================
RCS file: /home/webfunds/cvsroot/java/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README	2000/04/21 17:16:19	1.4
+++ README	2000/06/10 18:34:19	1.5
@@ -1,15 +1,13 @@
 Unix instructions:
 
 To compile, run
-    . ./init                   # you may need to read and change
+    . ./init         # you will need to read and change, name is same on DOS
     ./build_sox
     ./build
 
 To run a local copy of WebFunds, do
-    ./run
+    ./wf
 
-(These names maintain some familiarity with the doze side.)
-
 Files description:
 
     README           this description
@@ -30,7 +28,6 @@
     jd
     jd_env
 
-    run              run script, once build_sox and build are run
     run.bat          run script for windows
     wf               another run script
     user             this is where you local WebFunds puts its data
@@ -50,4 +47,7 @@
 
     CVS              repository directory, ignore
     MAC              some notes on getting it going with the MAC
-    bin, demos, docs old gary stuff, deprecated
+
+Deprecated
+    bin, demos, docs old gary stuff
+    run              run script, once build_sox and build are run