From 2af9cfcea02d7208528fd9b8a40ab7f30b6d3bfd Mon Sep 17 00:00:00 2001 From: "Justin du Coeur, AKA Mark Waks" Date: Mon, 24 Nov 2014 13:40:16 -0500 Subject: Suggested pointer to Activator Novice Scala users are likely to be using Typesafe Activator; they may not be sensitive to the fact that that's basically a thin shell around sbt and works fine for purposes of this book. I'd suggest mentioning that. --- book/src/main/scalatex/book/handson/GettingStarted.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book') 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 -- cgit v1.2.3