Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tomohiro committed Jul 8, 2015
1 parent 9932182 commit b795b4a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,26 @@ Command-line AirPlay video client for Apple TV
Requirements
-------------------------------------------------------------------------------

- OS X, Ubuntu, Arch Linux ([nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required)
- OS X, Ubuntu, Arch Linux
- Ruby 1.9.3, 2.1, 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)

### For Arch Linux

### Arch Linux
[nss-mdns](https://www.archlinux.org/packages/extra/x86_64/nss-mdns/) package is required.

```sh
$ sudo pacman -S nss-mdns youtube-dl
$ sudo pacman -S nss-mdns
```
or

```sh
$ yaourt -S nss-mdns youtube-dl
$ yaourt -S nss-mdns
```

### Ubuntu
### For Ubuntu

```sh
$ sudo apt-get install rdnssd libavahi-compat-libdnssd-dev
Expand Down

0 comments on commit b795b4a

Please sign in to comment.