summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-05-11 11:37:58 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-05-11 11:37:58 +0000
commita8acd9ecbea4f58fe474c44438da4918c7e1c1f4 (patch)
tree16328d13e61a92940a3c5cda93708212a5a55c7d /docs/README
parenta79ee73df180206eb9d17b643a92dee4e7ce5beb (diff)
downloadscala-a8acd9ecbea4f58fe474c44438da4918c7e1c1f4.tar.gz
scala-a8acd9ecbea4f58fe474c44438da4918c7e1c1f4.tar.bz2
scala-a8acd9ecbea4f58fe474c44438da4918c7e1c1f4.zip
docs update
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 26ec7b6204..bcc7108399 100644
--- a/docs/README
+++ b/docs/README
@@ -32,7 +32,8 @@ directly accessible.
You may test the distribution by running the following commands:
-$ ./bin/scalac share/doc/scala/examples/sort.scala
+$ ./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]