diff --git a/README.md b/README.md index 5e2ab0d2d83e9b9941bf3db6ef42259764479e8e..c30e2e191e5fc4a379048b3f9cda67b7d830f056 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This README file only contains basic setup instructions. Spark requires Scala 2.9.2. 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 directory in your `PATH`, or you will need to set the `SCALA_HOME` environment variable to point to where