aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:02:58 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-14 12:02:58 -0700
commit4947bd09586194457d9157a6af6418f65553a4fc (patch)
tree0169dd745edf685d38007343079e7876dd1de1ab /README.md
parent6c766a918786e39846c4926fd777fb1b04ce406a (diff)
downloadspark-4947bd09586194457d9157a6af6418f65553a4fc.tar.gz
spark-4947bd09586194457d9157a6af6418f65553a4fc.tar.bz2
spark-4947bd09586194457d9157a6af6418f65553a4fc.zip
tweak
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e2ab0d2d8..c30e2e191e 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