From dda3458e802b135bb28a6cd71c64732a8a79666c Mon Sep 17 00:00:00 2001 From: ritschwumm Date: Thu, 28 Jan 2016 12:10:32 +0100 Subject: [PATCH] adapt how_to_run.md to changes in build.sbt --- doc/how_to_run.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 0e18a8f83..9c1506c19 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -27,7 +27,8 @@ $ sbt package 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.