From e8ac9221dc4811d4109fb2372892b81120a0ae1b Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Thu, 30 Aug 2012 08:36:39 -0700 Subject: [PATCH] Update sbt build command to create JARs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ffa3f4804..0425fa5fe6 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