aboutsummaryrefslogtreecommitdiff
path: root/Documentation/building.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/building.md')
-rw-r--r--Documentation/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building.md b/Documentation/building.md
index f198c77..3e6c819 100644
--- a/Documentation/building.md
+++ b/Documentation/building.md
@@ -8,7 +8,7 @@ A complete build of flow involves two parts
Both steps are independent, their only interaction being a header file generated by the JDK utility `javah` (see `sbt javah` for details), and may therefore be built in any order.
## Building Scala Sources
-Run `sbt flow/packageBin` in the base directory. This simply compiles Scala sources as with any standard SBT project and packages the resulting class-files in a jar.
+Run `sbt flow-main/packageBin` in the base directory. This simply compiles Scala sources as with any standard SBT project and packages the resulting class-files in a jar.
## Building Native Sources
The back-end is managed by GNU Autotools and all relevant files are contained in `flow-native`.