diff --git a/README.md b/README.md index 6ffa3f480462b5123c2a9bfd663770f69af98698..0425fa5fe6da506950ee706e28073288d3c33bfb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Spark requires Scala 2.9.1. This version has been tested with 2.9.1.final. The project is built using Simple Build Tool (SBT), which is packaged with it. To build Spark and its example programs, run: - sbt/sbt compile + sbt/sbt package To run Spark, you will need to have Scala's bin in your `PATH`, or you will need to set the `SCALA_HOME` environment variable to point to where