From 5d428b94b8a0da600563b168f664f550e187321a Mon Sep 17 00:00:00 2001 From: ven Date: Wed, 3 Dec 2014 15:52:11 +0100 Subject: Add missing `sbt` command Though it was just below. --- book/src/main/scalatex/book/handson/GettingStarted.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/main/scalatex/book/handson/GettingStarted.scalatex b/book/src/main/scalatex/book/handson/GettingStarted.scalatex index 28d04c3..a32ba9e 100644 --- a/book/src/main/scalatex/book/handson/GettingStarted.scalatex +++ b/book/src/main/scalatex/book/handson/GettingStarted.scalatex @@ -19,7 +19,7 @@ If you've worked with Scala before, you probably already have most of these installed. Otherwise, take a moment to download them before we get to work. @p - The quickest way to get started with Scala.js is to @code{git clone} @lnk("workbench-example-app", "https://github.com/lihaoyi/workbench-example-app"), go into the repository root, and run @code{~fastOptJS} + The quickest way to get started with Scala.js is to @code{git clone} @lnk("workbench-example-app", "https://github.com/lihaoyi/workbench-example-app"), go into the repository root, and run @code{sbt ~fastOptJS} @hl.bash git clone https://github.com/lihaoyi/workbench-example-app -- cgit v1.2.3