aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIsmael Juma <ismael@juma.me.uk>2011-07-21 01:04:55 +0100
committerIsmael Juma <ismael@juma.me.uk>2011-07-21 01:04:55 +0100
commitecb8b69fa088764c109c74153f05ba8d2fc698d1 (patch)
tree3372c28648e843629d2e837345d9219e411c822a /README.md
parentfc0a2c8db8813d346f88fa43075bff19d875e59a (diff)
downloadspark-ecb8b69fa088764c109c74153f05ba8d2fc698d1.tar.gz
spark-ecb8b69fa088764c109c74153f05ba8d2fc698d1.tar.bz2
spark-ecb8b69fa088764c109c74153f05ba8d2fc698d1.zip
sbt 0.10.1 calls `update` automatically so remove it from the documentation.
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 5f60b31025..b4fd39578a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Experimental support for Scala 2.9 is available in the `scala-2.9` branch.
The project is built using Simple Build Tool (SBT), which is packaged with it.
To build Spark and its example programs, run:
- sbt/sbt update compile
+ sbt/sbt 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