corrected README
authorChristian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 25 Feb 2013 23:57:25 +0000
changeset 196 a69607b7f186
parent 195 f06aa4e1c25b
child 197 0eef61c56891
corrected README
scala/README
--- a/scala/README	Mon Feb 25 15:12:48 2013 +0000
+++ b/scala/README	Mon Feb 25 23:57:25 2013 +0000
@@ -1,7 +1,7 @@
 
 The packages can be compiled with
 
-  scalac *.scala
+  scalac lib.scala turing.scala abacus.scala recs.scala comp1.scala
 
 If you get an error, it is advisable to clean 
 out the existing class-files
@@ -12,10 +12,15 @@
 After compilation, the examples can be run in
 the REPL as well as in scala. For example
 
+
+  scala ex.scala
+
+or
+
   scala -cp $PWD ex.scala
 
 
 The directory can be cleaned with
 
-  rm -rf *~ lib turing abacus comp1 
+  rm -rf *~ lib turing abacus comp1 recs