summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2014-12-03 15:52:11 +0100
committerven <vendethiel@hotmail.fr>2014-12-03 15:52:11 +0100
commit5d428b94b8a0da600563b168f664f550e187321a (patch)
tree36d55476b07c2d57d51b3ed8c685b44cc76ff144
parentdf33a5cabf8692110f81c9ef60015bea51fbf2dc (diff)
downloadhands-on-scala-js-5d428b94b8a0da600563b168f664f550e187321a.tar.gz
hands-on-scala-js-5d428b94b8a0da600563b168f664f550e187321a.tar.bz2
hands-on-scala-js-5d428b94b8a0da600563b168f664f550e187321a.zip
Add missing `sbt` command
Though it was just below.
-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 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