aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-09-22 11:06:04 +0200
committerJakob Odersky <jodersky@gmail.com>2015-09-22 11:06:04 +0200
commitacbc5f68c6c7d3e5ff9014a7c7ac91498c4e702b (patch)
tree0aebbc4ead591346541a1b64aaacfdaa4ccdc486 /Documentation
parentbdb631bb68920004ab3dc01aebcf1ec35942e020 (diff)
downloadakka-serial-acbc5f68c6c7d3e5ff9014a7c7ac91498c4e702b.tar.gz
akka-serial-acbc5f68c6c7d3e5ff9014a7c7ac91498c4e702b.tar.bz2
akka-serial-acbc5f68c6c7d3e5ff9014a7c7ac91498c4e702b.zip
Update old project name in documentation.
- closes #16
Diffstat (limited to 'Documentation')
-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`.