Skip to content

Commit bfd1233

Browse files
authored
Merge pull request #61 from metafacture/metafactureCore659-installDist
Update installDist command
2 parents 1adaf91 + d137e67 commit bfd1233

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/flux/Flux-User-Guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ Then execute the script `flux.sh` or `flux.bat` in the unzipped `bin/` folder.
2222

2323
### More elaborate ways for developers:
2424

25-
#### Build from local distribution
25+
#### Build stand-alone application from local distribution
26+
2627
Check out the repo to build a certain branch and roll your own local distribution like this:
2728
```bash
28-
$ cd metafacture-core; ./gradlew installDist
29+
$ cd metafacture-core; ./gradlew clean installDist
2930
```
3031

3132
Then go to `metafacture-core/metafacture-runner/build/install/metafacture-core` and execute the `flux.*` there.

0 commit comments

Comments
 (0)