aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-06-22 16:11:45 +0200
committerJakob Odersky <jodersky@gmail.com>2013-06-22 16:12:18 +0200
commit14ffa05cc49eaf7904865fb3dd35cc8984c52d79 (patch)
tree26e9d985b014415b1c2a0698261cd28a1ca5fb14 /README.md
parent64564e487b6f6003f64b3f4910ca041136a3d18e (diff)
downloadakka-serial-14ffa05cc49eaf7904865fb3dd35cc8984c52d79.tar.gz
akka-serial-14ffa05cc49eaf7904865fb3dd35cc8984c52d79.tar.bz2
akka-serial-14ffa05cc49eaf7904865fb3dd35cc8984c52d79.zip
move sample to seperate folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8c4448d..8897e00 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Since hardware is involved in serial communication, a Scala-only solution is not
## Build & usage
Run sbt in the root directory and switch to project 'flow', by typing 'project flow'. Running 'package' will compile both Scala and native sources and bundle them in the standard jar file. When using the jar in another application, the native library will be automatically extracted and loaded (i.e. no -Djava.library.path or other system parameters have to be set).
-To see an example, switch to project 'flow-samples' and then type 'run'. Don't forget to connect a serial device (such as an arduino) before runinng the example.
+To see an example, switch to project 'flow-rwc' and then type 'run'. Don't forget to connect a serial device (such as an arduino) before runinng the example.
The build currently only works on Linux.