lprhodes / homebridge-apple-tv

Apple TV 4th & 5th gen plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
105 stars 15 forks source link

Documentation for newly installed Homebridge users #20

Open riceusc2 opened 6 years ago

riceusc2 commented 6 years ago

Just comment for documentation. For different operating system, some repositories my not work work correctly for pulling code. For example, i was trying to trouble shoot why "npm install -g homebridge-apple-tv" would throw errors every time i tried it. I kept doing so after manually adding homebrew, libsodium and libtool individual to osx. This was simply remedied by running this code instead "sudo npm install -g --unsafe-perm homebridge-apple-tv" This was able to let the script pull everything it needed and not throw errors.

Also on your gethub page, your install script is "npm install -g homebridge-apple-tb" instead of "V"

Thanks for this contribution to my smart home!