Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ DLNA \(you may wanna checkout [dlnacast](https://github.com/xat/dlnacast)).
Feel free to contact me \( [simon@sope.io](simon@sope.io) ) if you want to be added as a maintainer to castnow.

### Install
First you need to install **brew**, please follow your specific distro installation method here: https://github.com/Linuxbrew/brew#install

then you need to install **node**:

`brew install node`

Finally you can install castnow:

` npm install castnow -g`

or, if you installed brew for all users:

`sudo npm install castnow -g`

Expand Down