summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2014-12-03 23:29:09 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2014-12-03 23:29:09 -0800
commit7d14b23dbbdaf66b222839874a29fff4a34e1762 (patch)
treedaa1eb606f693eb0028993ff2d29394f4ae22d6e
parentbac53bef685f4e00e7061923dcd57dea4f9e229b (diff)
parent5d428b94b8a0da600563b168f664f550e187321a (diff)
downloadhands-on-scala-js-7d14b23dbbdaf66b222839874a29fff4a34e1762.tar.gz
hands-on-scala-js-7d14b23dbbdaf66b222839874a29fff4a34e1762.tar.bz2
hands-on-scala-js-7d14b23dbbdaf66b222839874a29fff4a34e1762.zip
Merge pull request #13 from vendethiel/patch-1
Add missing `sbt` command
-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