aboutsummaryrefslogtreecommitdiff
path: root/docs/quick-start.md
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
commit6be4c1119493dea2af9734ad8b59fcded31f2676 (patch)
tree5005141392dfacd0f4afb8cb9f463668a3900287 /docs/quick-start.md
parent8821c3a5262d6893d2a1fd6ed86afd1213114b4d (diff)
downloadspark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.gz
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.bz2
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.zip
Removed sbt folder and changed docs accordingly
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r--docs/quick-start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md
index 8f782db5b8..5c55def398 100644
--- a/docs/quick-start.md
+++ b/docs/quick-start.md
@@ -12,7 +12,7 @@ See the [programming guide](scala-programming-guide.html) for a more complete re
To follow along with this guide, you only need to have successfully built Spark on one machine. Simply go into your Spark directory and run:
{% highlight bash %}
-$ sbt/sbt assembly
+$ sbt assembly
{% endhighlight %}
# Interactive Analysis with the Spark Shell