adapt how_to_run.md to changes in build.sbt

This commit is contained in:
ritschwumm
2016-01-28 12:10:32 +01:00
parent df06f509f5
commit dda3458e80

View File

@@ -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.