steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

README Install command small fixes #102

Closed Matsuo3rd closed 2 years ago

Matsuo3rd commented 2 years ago

Some fix suggestions on README:

  1. Move "To pull Github version ... command" from Preface to Installation section (alongside regular npm install command)
  2. Add -g flag to master pull in order to install plugin globally (to be consistent with regular npm global install command) npm install -g -f steilerDev/homebridge-openhab2-complete#master
steilerDev commented 2 years ago

Thanks for reporting this, fixed with d577873