summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2015-10-15 19:30:32 -0700
committerDavid Cuddeback <david.cuddeback@gmail.com>2015-10-15 19:30:32 -0700
commit2c51ea4aad9f8b6a1e68f461235882bb2df01f5c (patch)
tree777ae707cd3221d1d1b9788880cf83e0e6d808e7
parentc224ff4989dc16d556bc11d8792134d675998572 (diff)
downloadtermios-rs-2c51ea4aad9f8b6a1e68f461235882bb2df01f5c.zip
adds supported platforms to README
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20c8f62..a4e4f29 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,12 @@ converts integer return values to `std::io::Result` to indicate success or failu
## Dependencies
In order to use the `termios` crate, you must have a native `libc` library that implements the
-termios API. This should be available on any Unix operating system.
+termios API. This should be available on any Unix operating system. It has been confirmed to work on
+the following platforms:
+
+* Linux (x86_64, armv6l)
+* OS X (x86_64)
+* FreeBSD (amd64)
## Usage
Add `termios` as a dependency in `Cargo.toml`: