diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 0e18a8f..9c1506c 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -27,7 +27,8 @@ To build executable war file, run -* Windows: Not available -* Linux: `./release/make-release-war.sh` +``` +$ sbt executable +``` -at the top of the source tree. It generates executable `gitbucket.war` into `target/scala-2.11`. We release this war file as release artifact. +at the top of the source tree. It generates executable `gitbucket.war` into `target/executable`. We release this war file as release artifact.