aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-05-27 00:58:28 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-05-27 11:22:01 +0100
commitae1a1f91f17f16f9daae76d65d127c30afd108dc (patch)
tree644dc6f2596dcdb92ff22292edd3221c041b68ff /README
parent164ef4c75157c328a680f5e9ef9bcbd05f2b93df (diff)
downloadspark-ae1a1f91f17f16f9daae76d65d127c30afd108dc.tar.gz
spark-ae1a1f91f17f16f9daae76d65d127c30afd108dc.tar.bz2
spark-ae1a1f91f17f16f9daae76d65d127c30afd108dc.zip
Remove several dependencies from git and configure them as SBT managed dependencies.
Upgrade some of the dependencies while at it.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3fbf8c98de..0738780395 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ BUILDING
Spark requires Scala 2.8. This version has been tested with 2.8.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.
+To build Spark and its example programs, run sbt/sbt update compile.
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