aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index b016e43659..c3695ac800 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,8 @@ This README file only contains basic setup instructions.
## Building
-Spark requires Scala 2.9.2. This version has been tested with 2.9.2.final.
-
-The project is built using Simple Build Tool (SBT), which is packaged with it.
-To build Spark and its example programs, run:
+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