README.md in rubyserial-0.5.0 vs README.md in rubyserial-0.6.0
- old
+ new
@@ -47,28 +47,31 @@
## Running the tests
The test suite is written using rspec, just use the `rspec` command.
-However, to run the tests, you must also have the `socat` utility program installed.
+### Test dependencies
-### Installing socat on OS X
+To run the tests on OS X and Linux, you must also have the `socat` utility program installed.
+#### Installing socat on OS X
+
```
brew install socat
```
-### Installing socat on Linux
+#### Installing socat on Linux
```
sudo apt-get install socat
```
-### Installing socat on Windows
+#### Test on Windows
-You might need to build from source... the latest build of socat for Windows is quite old. Get source from here:
+To run the tests on Windows requires com0com which can be downloaded from here:
-http://www.dest-unreach.org/socat/download/
+https://github.com/hybridgroup/rubyserial/raw/appveyor_deps/setup_com0com_W7_x64_signed.exe
+
## License
Apache 2.0. See `LICENSE` for more details.