aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2012-10-02 22:14:40 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2012-10-02 22:14:40 -0700
commit87f4451f20fb9deee550a439ce0db094370eb2d2 (patch)
treea19047feb1c46156059a8f9510064d4146b54892 /README.md
parenta17e66a689986b7635b464eebaaccfbd8488d94b (diff)
downloadspark-87f4451f20fb9deee550a439ce0db094370eb2d2.tar.gz
spark-87f4451f20fb9deee550a439ce0db094370eb2d2.tar.bz2
spark-87f4451f20fb9deee550a439ce0db094370eb2d2.zip
Simplify README even further
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