From 16853dee69d0146892f9d04e202ba9e299dcaa21 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Fri, 18 Apr 2014 12:08:14 -0700 Subject: [PATCH] Updated SBT and Scala instructions. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 69dd1b66d3c5a..e2d1dcb5672ff 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ This README file only contains basic setup instructions. ## Building Spark -Spark requires Scala 2.10. The project is built using Simple Build Tool (SBT). -If SBT is installed, Spark will use the system version of sbt; otherwise Spark -will download it automatically. To build Spark and its example programs, run: +Spark is built on Scala 2.10. To build Spark and its example programs, run: ./sbt/sbt assembly