README.md in airplayer-1.0.1 vs README.md in airplayer-1.1.0
- old
+ new
@@ -1,33 +1,43 @@
AirPlayer
================================================================================
Command-line AirPlay video client for Apple TV
-[](http://stillmaintained.com/Tomohiro/airplayer)
-[](http://badge.fury.io/rb/airplayer)
-[](https://gemnasium.com/Tomohiro/airplayer)
-[](https://travis-ci.org/Tomohiro/airplayer)
-[](https://coveralls.io/r/Tomohiro/airplayer)
-[](https://codeclimate.com/github/Tomohiro/airplayer)
+[](http://badge.fury.io/rb/airplayer)
+[](https://gemnasium.com/Tomohiro/airplayer)
+[](https://travis-ci.org/Tomohiro/airplayer)
+[](https://coveralls.io/r/Tomohiro/airplayer)
+[](https://codeclimate.com/github/Tomohiro/airplayer)
----
-
-
Requirements
-------------------------------------------------------------------------------
-- OS X or Ubuntu
-- Ruby 1.9.3, 2.1.3 or later
+- OS X, Ubuntu, Arch Linux
+- Ruby 2.2 or later
+- Bundler 1.10.0 or later
- AppleTV 2G or later
- [youtube-dl](http://rg3.github.com/youtube-dl/) (If you want to watch YouTube)
-### Ubuntu
+### For Arch Linux
+[nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required.
+
```sh
+$ sudo pacman -S nss-mdns
+```
+or
+
+```sh
+$ yaourt -S nss-mdns
+```
+
+### For Ubuntu
+
+```sh
$ sudo apt-get install rdnssd libavahi-compat-libdnssd-dev
```
Installation
@@ -154,10 +164,20 @@
```sh
$ airplayer play --device 1 '~/Movies/GHOST IN THE SHELL.mp4'
```
+Advanced Usage
+--------------------------------------------------------------------------------
+
+### Register to OS X Service
+
+You can create Automator Service, that opens URL from your browser in airplayer.
+
+
+
+
Supported MIME types
--------------------------------------------------------------------------------
[AirPlay Overview - Configuring Your Server](http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AirPlayGuide/PreparingYourMediaforAirPlay/PreparingYourMediaforAirPlay.html)
@@ -170,8 +190,8 @@
LICENSE
--------------------------------------------------------------------------------
-© 2012 - 2014 Tomohiro TAIRA.
-This project is licensed under the MIT license.
-See LICENSE for details.
+© 2012 - 2016 Tomohiro TAIRA.
+
+This project is licensed under the MIT license. See [LICENSE](LICENSE) for details.