summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
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]