summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2014-11-24 20:28:29 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2014-11-24 20:28:29 -0800
commitd5b023ebebd41a8a5f78af2bcc801f72588d4a9c (patch)
tree996bbd852e8ccf318a289a593bdea7b6e8ff0f25
parent3efd559c9ba5dc0c51446123d5416b3281c0a754 (diff)
parent2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd (diff)
downloadhands-on-scala-js-d5b023ebebd41a8a5f78af2bcc801f72588d4a9c.tar.gz
hands-on-scala-js-d5b023ebebd41a8a5f78af2bcc801f72588d4a9c.tar.bz2
hands-on-scala-js-d5b023ebebd41a8a5f78af2bcc801f72588d4a9c.zip
Merge pull request #3 from jducoeur/activator-pointer
Suggested pointer to Activator
-rw-r--r--book/src/main/scalatex/book/handson/GettingStarted.scalatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/main/scalatex/book/handson/GettingStarted.scalatex b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
index c31a14b..85fe0f9 100644
--- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex
+++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex
@@ -4,7 +4,7 @@
@ul
@li
- @lnk("sbt", "http://www.scala-sbt.org/"): SBT is the most common build-tool in the Scala community, and is what we will use for building our Scala.js application. Their home page has a link to download and install it.
+ @lnk("sbt", "http://www.scala-sbt.org/"): SBT is the most common build-tool in the Scala community, and is what we will use for building our Scala.js application. Their home page has a link to download and install it. (If you are already using Typesafe Activator, that is effectively sbt.)
@li
An editor for Scala: @lnk("IntelliJ Scala", "http://blog.jetbrains.com/scala/") and @lnk("Eclipse ScalaIDE", "http://scala-ide.org/") are the most popular choices and work on all platforms, though there are others.
@li