aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-11 17:03:55 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-11 17:03:55 +0200
commitcd67335c0eec890cb9c7a0930ea3b88c57c926d1 (patch)
treeb19ca9a9f02a0a99808b93ad52ccc1c1b357f20e
parent02ff53fd7b07514e15b6c9daa7aee6114e185649 (diff)
downloadakka-serial-cd67335c0eec890cb9c7a0930ea3b88c57c926d1.tar.gz
akka-serial-cd67335c0eec890cb9c7a0930ea3b88c57c926d1.tar.bz2
akka-serial-cd67335c0eec890cb9c7a0930ea3b88c57c926d1.zip
update README to include mac peculiarity
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e021623..e4f5ff5 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
| OS (tested on) | Architecture | Notes |
|-------------------|--------------|--------------------------------------------------------------------|
| Linux (3.2.0) | x86_64 | A user accessing a serial port needs to be in the 'dialout' group. |
-| Mac OS X (10.6.8) | x86_64 | - |
+| Mac OS X (10.6.8) | x86_64 | Use /dev/cu* device instead of /dev/tty*. |
Note: flow may work on older versions of the tested OS kernels.