aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2013-07-12 13:25:53 +0200
committerJakob Odersky <jodersky@gmail.com>2013-07-12 13:25:53 +0200
commit0fc4d4a134c5ecf830e84e544277fb4dc334eb07 (patch)
treec50a63bff285564e296dde4bfd71cc2db6ac81f6
parent2024071cb6043a00bdb87ef5b51707623d88d1ed (diff)
downloadakka-serial-0fc4d4a134c5ecf830e84e544277fb4dc334eb07.tar.gz
akka-serial-0fc4d4a134c5ecf830e84e544277fb4dc334eb07.tar.bz2
akka-serial-0fc4d4a134c5ecf830e84e544277fb4dc334eb07.zip
update README to include linux x86
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e4f5ff5..8c12e9b 100644
--- a/README.md
+++ b/README.md
@@ -19,10 +19,10 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
### Currently supported platforms
-| 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 | Use /dev/cu* device instead of /dev/tty*. |
+| OS (tested on) | Architecture | Notes |
+|-------------------|---------------|--------------------------------------------------------------------|
+| Linux (3.2.0) | x86<br>x86_64 | A user accessing a serial port needs to be in the 'dialout' group. |
+| 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.