From 8948f80e78b9fe08cc7e2fc5c97f37df78e95a08 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Fri, 23 Mar 2012 11:46:03 -0400 Subject: Updated README for latest installations --- docs/README | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/README b/docs/README index bcc7108399..6af633444d 100644 --- a/docs/README +++ b/docs/README @@ -2,8 +2,7 @@ Scala Software Distributions ---------------------------- -- scala-...tar.bz2 Unix distribution -- scala-...tar.gz Unix distribution +- scala-...tgz Unix distribution - scala-...zip Windows distribution The standard distributions require Java 1.5 or above. If you don't @@ -32,15 +31,10 @@ directly accessible. You may test the distribution by running the following commands: -$ ./bin/sbaz install scala-devel-docs -$ ./bin/scalac doc/scala-devel-docs/examples/sort.scala -$ ./bin/scala examples.sort -[6,2,8,5,1] -[1,2,5,6,8] $ ./bin/scala -scala> examples.sort.main(null) -[6,2,8,5,1] -[1,2,5,6,8] +scala> Array(4,3,2,1).sorted +res0: Array[Int] = Array(1, 2, 3, 4) + scala>:quit $ -- cgit v1.2.3