From 289c38edeb274c84e6bd962141e1657441ab9c2e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 30 Apr 2017 13:27:12 +0900 Subject: [PATCH] Update document --- doc/how_to_run.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 237dd68fc..9db078934 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -1,6 +1,12 @@ How to run from the source tree ======== +Install [sbt](http://www.scala-sbt.org/index.html) at first. + +``` +$ brew install sbt +``` + Run for Development --------