We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1adaf91 + d137e67 commit bfd1233Copy full SHA for bfd1233
1 file changed
docs/flux/Flux-User-Guide.md
@@ -22,10 +22,11 @@ Then execute the script `flux.sh` or `flux.bat` in the unzipped `bin/` folder.
22
23
### More elaborate ways for developers:
24
25
-#### Build from local distribution
+#### Build stand-alone application from local distribution
26
+
27
Check out the repo to build a certain branch and roll your own local distribution like this:
28
```bash
-$ cd metafacture-core; ./gradlew installDist
29
+$ cd metafacture-core; ./gradlew clean installDist
30
```
31
32
Then go to `metafacture-core/metafacture-runner/build/install/metafacture-core` and execute the `flux.*` there.
0 commit comments