aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-11 12:54:35 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-11 12:54:35 +0200
commitc4a7228f3e8cdd5c5e34083811e4e3df8da4e637 (patch)
tree13ad84333f6a6ccda74cff0bca1c596769dcacfc /README.md
parent01e765d8a6149f759814a5114f567ffa83818146 (diff)
downloadakka-serial-c4a7228f3e8cdd5c5e34083811e4e3df8da4e637.tar.gz
akka-serial-c4a7228f3e8cdd5c5e34083811e4e3df8da4e637.tar.bz2
akka-serial-c4a7228f3e8cdd5c5e34083811e4e3df8da4e637.zip
update README to support macosx
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index b3ffe4a..c13ac82 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,13 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
### Currently supported platforms
-| OS | Architecture | Notes |
-|-------|--------------|--------------------------------------------------------------------|
-| Linux | amd64 | A user accessing a serial port needs to be in the 'dialout' group. |
+| 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 | - |
+
+Note: flow may work on older versions of the tested OS kernels.
## Build