Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document --no-app-start build script flag
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent 104b166 commit c06c53d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,12 @@ $ ./Build installdeps
$ cd web
$ perl build-project-list.pl --limit=<number-of-modules>
```
The build script automatically starts the Mojolicious app that powers the
front end. To disable that behaviour, specify the `--no-app-start` flag:

```bash
$ perl build-project-list.pl --no-app-start>
```

## Seeing your changes

Expand Down

0 comments on commit c06c53d

Please sign in to comment.