aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4b13641..47f4fdb 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,18 @@ Since hardware is involved in serial communication, a Scala-only solution is not
## Directory Structure
```
flow/
+├── Documentation Sources for user documentation as published on the website.
+├── dev Firmware samples for serial devices, to make testing easier.
├── flow-core Main Scala source files.
├── flow-native C sources used to implement serial communication.
+│ └── lib_native Compiled native libraries that are published in flow-native.
├── flow-samples Runnable example projects.
├── flow-stream Stream API, used to connect with Akka streams.
-├── project Build configuration.
-└── site Website sources, including documentation.
+└── project Build configuration.
```
+*Website source code is in the git branch 'gh-pages'.*
+
## Build
Detailed documentation on building flow is available on the website (or, equivalently, in [developer.md](Documentation/developer.md)).